{{ album.title }}
{{ album.description }}
{% extends "base.html" %}
{% block extra_css %}
{% include 'wagtail_photo_gallery/extra_css.html' %}
{% endblock %}
{% block content %}
{% if album.is_visible %}
{{ album.description }}{{ album.title }}