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

No photos were found.

{% endif %}

View all photographs

{% endblock %}