{{ sections.events.title }}

{% for event in sections.events.items %}
{% if event.media.type == 'image' %} {{ event.media.alt }} {% endif %}
{{ event.date }} {{ event.location }}

{{ event.title }}

{{ event.description }}

Learn more
{% endfor %}