{% extends "base.html" %} {% load wagtailimages_tags %} {% block content-header %} {% include "base/include/header.html" %} {% endblock content-header %} {% block content-body %}

{{ page.introduction}}

{% for bread in resources %}
{{ bread.title }}
{% endfor %} {% if resources.has_other_pages %}
{% endif %} {% endblock content-body %}