{% extends "base.html" %} {% block content %}
Pages
{% for page in object_list %} {{ page.title }}
{% endfor %} {% endblock %}