+
+ {% if album.breadcrumb %} +

+ {% for url, title in album.breadcrumb %} + {{ title }}{% if not loop.last %} » {% endif %} + {% endfor -%} +

+
+ {% endif %} +
+ {% block content %}{% endblock %} + + {% if album.description %} +
+ {{ album.description }} +
+ {% endif %}