{% for item in include.images %}
  1. {% endfor %}
{% for item in include.images %}
{% if item.link %}{% endif %}
{{ item.title }}

{{ item.desc }}

{% if item.link %}
{% endif %}
{% endfor %}
Previous
Next