{% set image = Image(section.image) %} {% set caption = section.text %} {{ image.copy()}}
{% if caption %}
{{ caption }}
{% endif %}