{% extends "base.html" %} {% load wagtailcore_tags wagtailimages_tags navigation_tags static %} {% block content %}
{% block breadcrumbs %} {% include "navigation/breadcrumbs.html" %} {% endblock %}

{{ page.title }}

{{ page.introduction }}
{% include_block page.body %} {% include "includes/share.html" %}
{% sidebar %}
{% include "includes/relatedcontent.html" with related_pages=page.related_pages.all %} {% endblock %}