file_list.html 185 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 {% extends 'website/baseline.html' %} {% block content %} {% for file in files %} <h1>{{file.title}}</h1> <p>{{file.object_key}}</p> {% endfor %} {% endblock %}