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