{{ sections.events.title }}

{% if sections.events.subtitle %}

{{ sections.events.subtitle }}

{% endif %}
{% for event in sections.events.items %}
{% if event.image %} {{ event.image.alt }} {% endif %}

{{ event.title }}

{% if event.date %} {{ event.date }} {% endif %}
{% if event.location %}
{{ event.location }}
{% endif %}

{{ event.description }}

{% if event.price %} {{ event.price }} {% endif %} {% if event.cta %} {{ event.cta.label }} {% endif %}
{% endfor %}