{% extends "album_detail.html" %} {% load static %} {% block extra_head %} {% endblock extra_head %} {% block album_detail %}

{{ album.title }}

{% include "includes/file_table.html" %} {% endblock album_detail %}