{{ 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 %}