{% extends "base.html" %} {% load wagtailcore_tags wagtailimages_tags navigation_tags static %} {% block content %}

{{ page.title }}

{{ page.introduction }}

{% if subpages.paginator.count %} {% include "includes/pagination.html" with paginator_page=subpages %} {% else %} {# no items on any page #} {% endif %}
{% sidebar %}
{% endblock %}