{% extends "base.html" %} {% block extra_head %} {# These are used on album pages - prefetch now #} {% if settings.show_map %} {% endif %} {% endblock %} {% block content %}
{% if album.description %}
{{ album.description }}
{% endif %} {% endblock %}