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

Project template

{% for file in audio_files %}
{{ file.name }} -- added by {{ file.owner }} -- {{ file.created }}
{% endfor %}
{% endblock content %}