{{ sections.events.title }}

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

{{ event.title }}

{{ event.date }} • {{ event.location }}

{{ event.description }}

{% if event.url %} Learn more → {% endif %}
{% endfor %}