{% extends "index.html" %} {% block nav -%} Go to Index | Reload {%- endblock nav %} {% block pictures %}

Pictures

{% for file in files if file.is_image %}
{{ file.name|e }}
{% endfor %} {% endblock pictures %}