{% extends "layout.html" %} {% block title %}Gallery{% endblock %} {% block content %}

Gallery

{% include '_gallery_grid.html' %} {% if images.pages > 1 %} {% include '_pagination_floating.html' %} {% endif %} {% endblock %}