{% comment %} What's this file (post_list.html) for? There's no view that uses it. Is it supposed to serve as an example of how to make a template that lists posts? Is that its purpose? It seems so project-specific (rather than app-specific). {% endcomment %} {% extends "base.html" %} {% load bootstrap_pagination %} {% block before_headline %} Submissions {% endblock %} {% block content %}