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