{% load static wagtailcore_tags i18n %} {% block content %}

{{ page.title }} {% if category %} — {{ category|capfirst }} {% endif %}

{{ page.description|richtext }}
  • {% if category %} {% trans 'Get the entire calendar for: ' %} {{ category|capfirst }} {% else %} {% trans 'Get entire calendar. Includes all categories.' %} {% endif %}
  • {% trans "Categories" %}


    {% block main %} {% endblock main %}
    {% endblock %}