{{ page.title }}
{{ page.intro|richtext }}
{% block cal_options %}
{% include "joyous/includes/calendar_export.html" %}
{% endblock cal_options %}
{% for title, event in events %}
{% include "joyous/includes/event_item.html" %}
{% endfor %}
{% include "joyous/includes/events_pagination.html" %}