{% for path in images %} {% if section %} {% set full_path = section.path ~ path %} {% endif %} {% if page %} {% set full_path = page.path ~ path %} {% endif %} {% set thumb = resize_image(path=full_path, width=120, height=120) %}
{% if loop.first and loop.last %}
{% else %} {% if loop.first %} {% else %} {% endif %} {% if loop.last %} {% else %} {% endif %}
{% endif %}
{% endfor %}