{% extends "photologue/root.html" %} {% block title %}Galleries for {{ day|date }}{% endblock %} {% block page-header %}Galleries for {{ day|date }}{% endblock %} {% block content %} {% if object_list %} {% for gallery in object_list %}
{% endfor %} {% else %}No galleries were found.
{% endif %} {% endblock %}