{% extends "base.html" %} {% block content-header-block %}

Calendar of Events

{% endblock content-header-block %} {% block inner-content-block %} {% for event in sitecalendarevents %}

{{ event.title }}

{{ event.start_date|date }}

{{ event.summary|safe }}
{% if event.content %} Read more {% endif %}
{% endfor %} {% endblock inner-content-block %}