{% extends "photologue/root.html" %} {% block title %}Photos for {{ day|date }}{% endblock %} {% block page-header %}Photos for {{ day|date }}{% endblock %} {% block content %} {% if object_list %} {% for photo in object_list %} {% endfor %} {% else %}

No photos were found.

{% endif %}

View all photographs

{% endblock %}