{% for line in section.images %}
{% for image in line %} {{ helpers.copy_image(image) }} {% if not loop.last %}
{% endif %} {% endfor %}
{% endfor %}