{% extends "base.html" %} {% load wagtailcore_tags %} {% block body_class %}template-eventindexpage{% endblock %} {% block content %}

{{ filter_title|default:page.title }}

{% if page.intro %}
{{ page.intro|richtext }}
{% endif %} {% if active_tag %}

Active tag: {{ active_tag }}

{% endif %} {% if events %} {% else %}

No events found.

{% endif %} {% endblock content %}