{% load wagtailcore_tags %} {% if events %}
{% for title, event in events %} {% include "joyous/includes/event_item.html" %} {% endfor %}
{% endif %}