{% extends 'base.html'%} {% block content %}

Index

    {% for file in files %}
  1. {{ file }}
  2. {% endfor %}
{% endblock %}