{% extends "photologue/root.html" %} {% load url from future %} {% block title %}Latest Photos{% endblock %} {% block content %}

Latest Photos

{% if latest %} {% for photo in latest %} {% endfor %} {% else %}

No photos were found.

{% endif %}

View all photographs

{% endblock %}