{% extends 'base.html' %} {% block content %}
{% for location in locations %}
{{ locations[location] }}
{% endfor %}
{% endblock %}