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