{% extends 'base.html' %} {% block content %}
{{ directory.path }} {{ files|length }} files
{% for file in files %}
{{ file.0 }}
{% endfor %}
{% load static %} {% endblock content %}