{% include "header.html" %}

{% for image in images %} {% endfor %}
#VIEWFILENAME
{{loop.index}} {{image}}

{% include "footer.html" %}