{% assign graphics = include.graphics %} {% if graphics %}
{% for graphic in graphics %} {% cycle '
', '' %}
{{ graphic.image.alt }}
{% if graphic.title %}

{{ graphic.title }}

{% endif %} {{ graphic.description | markdownify }}
{% cycle '', '
' %} {% endfor %}
{% endif %}