{% extends "base.html" %} {% block content %} {% if 'SITE_SUBTITLE' in config %}

{{ config.SITE_SUBTITLE }}

{% endif %} {% with messages = get_flashed_messages() %} {% for message in messages %} {% endfor %} {% endwith %}
{% for photo in photos.items %}
{% endfor %}
{% if not config.DISABLE_VOTES %} {% endif %} {% endblock %}