{% extends 'base.html' %} {% block maincontent %}

Gallery

  1. Home
  2. Gallery Small
    {% for img in object_list %}
  • {{ img.title }}
  • {% endfor %}
{% if is_paginated %} {% include 'partials/_pagination.html' %} {% endif %}
{% endblock maincontent %}