{% if context.display_title %}

{{ context.display_title }}

{% endif %}
{% for image in context.images %}
{{ context.text|safe }}
{% if image.optional_content.raw_text %}
{{ image.optional_content.as_html }}
{% endif %}
{% endfor %}