{% extends "base.html" %} {% block content %} {% for topic in object_list %}
{% endfor %}
{% include "navpage.html" %}
{% endblock %}