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

Screenshots

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