{% if context.display_title %}

{{ context.display_title }}

{% endif %} {% for embed in context.embeds %} {% if forloop.first or forloop.counter0|divisibleby:'2' %}
{% endif %}
{{ embed.display_title }}
{% if embed.display_title %}

{{ embed.display_title }}

{% endif %} {% if embed.optional_content.raw_text %}
{{ embed.optional_content.as_html }}
{% endif %}
{% if forloop.last or forloop.counter|divisibleby:'2' %}
{% endif %} {% endfor %}