{% extends "base.html" %} {% block title %}{{ album.name }}{% endblock %} {% block metadata %} {% endblock %} {% block main %}

{{ album.name }}

{% if current_user.is_authenticated %}

Album settings

Deleting the album does not delete the pictures inside it

{% endif %} {% endblock %}