{% for line in section.images %}
{% for image in line %} {% set image = Image(image) %} {{ image.copy() }} {% if not loop.last %}
{% endif %} {% endfor %}
{% endfor %}