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

{{ album.title }}

{% include "includes/file_toolbar.html" %} {% csrf_token %}
{% endblock album_detail %}