{% if context.display_title %}

{{ context.display_title }}

{% endif %} {% for embed in context.embeds %}
{{ embed.display_title }}
{% if embed.overline %}
{{ embed.overline }}
{% endif %} {% if embed.display_title %}

{{ embed.display_title }}

{% endif %} {% if embed.optional_content.raw_text %}
{{ embed.optional_content.as_html }}
{% endif %}
{% endfor %}