{% extends "layout.html" %} {% block title %}{{ album }}{% endblock %} {% block content %}

Album: {{ album }}

{% if album_info["description"] %}
{{ markdown|safe }}

{% endif %} {% if album_info["format"] == "vertical" %} {% for photo in photos %} {% set data = photo["data"] %} {% if data["caption"] %}

{{ data["caption"] }}

{% endif %}

{% if data["description"] %}

{{ data["markdown"]|safe }}
{% endif %} {% if loop.index < photos|length %}
{% endif %} {% endfor %} {% else %}{# classic layout #}
{% endif %} {% if session["login"] %}

Administrative Options

{% endif %} {% endblock %}