{% extends 'base/base.html' %} {% load static %} {% block title %} Gallery {% endblock %} {% block body %} {% include 'base/nav-bar.html' %}

Gallery

{% for object in object_list %}
{% csrf_token %}
{% endfor %}
{% include 'base/footer.html' %} {% endblock %}