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

Latest Photo Galleries

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

No galleries were found.

{% endif %}

View all galleries.

{% endblock %}