{% extends "base.html" %} {% load wagtailcore_tags wagtailimages_tags %} {% block content %}
{{ page.introduction }}
{% endif %} {{ page.body }} {% with contact_details=page.contact_details.all %} {% if contact_details %} {% for contact in contact_details %} {% endfor %} {% endif %} {% endwith %}