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

{{ page.title }}

{{ page.introduction }}

{% for location in locations %} {% endfor %}
{% endblock content %}