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