{% if section.background %}
{% endif %}
{% for line in section.images %}
{% for image in line %} {% if image.type == "video" %} {% set video = Video(image) %} {{ video.copy() }} {% else %} {% set caption = image.text %} {% set image = Image(image) %} {{ image.copy() }} {% endif %}
{% if video %}
{% else %} {% endif %}
{% endfor %}
{% endfor %}
{% if section.background %}
{% endif %}