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

Files

{% for file in files %}
{{ file.filename}}
{% endfor %}
{% endblock %}