{% if title %}

{{ title }}

{% endif %} {% if summary %}

{{ summary }}

{% endif %} {% if images %}
{% for img in images %}{% if img %}
{% img img alt=title|default:"" class="block h-auto w-full object-cover" %}
{% endif %}{% endfor %}
{% else %}
Add photographs to the case spread.
{% endif %}