{% extends 'blog/base.html' %} {% load url from future %} {% block extra_head %} {{ block.super }} {% if post %} {% else %} {% endif %} {% endblock extra_head %} {% block form_content %} {% for post in page.object_list %} {% include 'blog/post.inc.html' %} {% if not forloop.last %}