{% extends "photologue/root.html" %} {% block title %}Últimas fotos{% endblock %} {% block page-header %}Últimas fotos{% endblock %} {% block content %} {% if latest %} {% for gallery in latest %} {% endfor %} {% else %}

No galleries were found.

{% endif %}
View all galleries.
{% endblock %}