Objects pass by context
instance: {{ instance }}
placeholder: {{ placeholder }}
{% if instance.title %} title: {{ instance.title }}
{% endif %} {% if instance.template_name %} template: {{ instance.template_name }}
{% endif %} {% if instance.description %} description: {{ instance.description|safe }}
{% endif %} {% if instance.image %} image: {{ instance.image }}
{% endif %} {% if instance.first_cta_label %} first call to action label: {{ instance.first_cta_label }}
{% endif %} {% if instance.first_cta_link %} first call to action link: {{ instance.first_cta_link }}
{% endif %} {% if instance.second_cta_label %} second call to action label: {{ instance.second_cta_label }}
{% endif %} {% if instance.second_cta_link %} second call to action link: {{ instance.second_cta_link }}
{% endif %} {% if instance.third_cta_label %} third call to action label: {{ instance.third_cta_label }}
{% endif %} {% if instance.third_cta_link %} third call to action link: {{ instance.third_cta_link }}
{% endif %} {% if instance.external_cta_label %} external call to action label: {{ instance.external_cta_label }}
{% endif %} {% if instance.external_cta_link %} external call to action link: {{ instance.external_cta_link }}
{% endif %}