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