{% extends "base.html" %} {% load static %} {% load django_bootstrap5 %} {% block title %}{{ album.title }} | Album{% endblock title %} {% block main_content %}
{% include "includes/file_filters.html" %}
{% block album_detail %} {% endblock %}
{% include "includes/album_sidebar.html" %}
{% endblock main_content %}