{% extends "base.html" %} {% block content %} <style> </style> <div class="index"> {% for item in items %} {% include "listitem.html" with item=item %} {% endfor %} {% if archive %} <div class="archive"> <a href="/archive/">older items</a> </div> {% endif %} </div> {% endblock %}