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

{{ page.title }}

{% for author in page.authors.all %}

{{ author.author }}

{% endfor %}

{{ page.introduction }}

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