{% extends "photologue/root.html" %} {% block title %}All Galleries{% endblock %} {% block content %}
No galleries were found.
{{ hits }} galleries total.
{% if has_previous %}Previous | {% endif %} page {{ page }} of {{ pages }} {% if has_next %}| Next{% endif %}