{% if section.image.type == "video" %} {% set format = settings.ffmpeg.extension %} {% set video = Video.get(link, section.image) %} {% set vid = video.reencode((1280, 720)) %} {% else %} {% set image = Image.get(link, section.image) %} {% endif %}
{% if section.text %}

{{ section.text.title }}

{{ section.text.sub_title }}

{% if section.text.date_end %}
{{ section.text.date|local_date("dd MMMM yyyy") }} to {{ section.text.date_end|local_date("dd MMMM yyyy") }}
{% else %} {% if section.text.date %}
{{ section.text.date|local_date("dd MMMM yyyy") }}
{% endif %} {% endif %}
{% endif %}