{% extends "base.html" %} {% load wagtailcore_tags %} {% load wagtailimages_tags %} {% block content-header %} {% include "base/include/header.html" %} {% endblock content-header %} {% block content-body %} {{ page.introduction }} {% for location in locations %}
{{ location.title }} {% image location.image width-150 %}
{% endfor %} {% endblock content-body %}