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

{{ page.introduction }}

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