{% extends "base.html" %} {% block subheader %} {% include "modules/blogsubheader.html" %} {% endblock subheader %} {% block content %} {% for article in articles_page.object_list %} {{ article.title }} {{ article.summary }} {% if not loop.last %}