{% load wagtailcore_tags %} {% if events %}

Events

{% for title, event in events %}
{% include "joyous/includes/when_where.html" with event=event %}
{% endfor %}
{% endif %}