{% extends "base.html" %} {% load wagtailimages_tags %} {% block content %} {{ page.title }} {% for location in locations %}
{{ location.title }}
{% endfor %} {% endblock content %}