{% extends 'base/html.html' %} {% block body %}
{% for object in object_list %} {{ object.title }} {% endfor %}
{% endblock body %}