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

{{ page.title }}

{{ page.introduction}}

{% for bread in breads %} {% endfor %}
{% if breads.paginator.count > 1 %}
{% include "includes/pagination.html" with subpages=breads %}
{% endif %} {% comment %} {% if resources.has_other_pages %}
{% endif %} {% endcomment %} {% endblock content %}