{{ helpers.copy_image(section.image) }}
{% if section.text %}

{{ section.text.title }}

{{ section.text.sub_title }}

{% if section.text.date %}
{{ section.text.date.strftime("%d %B %Y") }}
{% endif %}
{% endif %}