{% extends "base.html" %} {% block content %} {% with images_dict.bridge as image %} {% endwith %}

This is some simple static text.

{% for image in images %} {% endfor %}
{% endblock %}