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