{% extends 'base.html' %} {% load staticfiles %} {% block extra_head %} {% endblock %} {% block content %} {% for post in object_list %} {% include 'partials/post.html' %} {% endfor %} {% endblock %} {% block extra_scripts %} {% endblock %}