{% extends "coderedcms/pages/web_page.html" %} {% load coderedcms_tags static wagtailcore_tags wagtailimages_tags %} {% block content_post_body %} {% if self.default_calendar_view %}
{% include "coderedcms/includes/ical/calendar.html" %}
{% include "coderedcms/includes/ical/calendar_ical_button.html" %}
{% endif %} {% endblock %} {% block index_content %}
{% for event in index_paginated %}
{% include event.miniview_template with page=event h="h2" miniview_css_class="h-100" %}
{% endfor %}
{% include "coderedcms/includes/pagination.html" with items=index_paginated %}
{% endblock %} {% block coderedcms_scripts %} {{ block.super }} {% endblock %}