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