{% extends 'base.html' %} {% load feedzilla_tags %} {% block content %} {% for post in page.object_list %} {% include 'feedzilla/post_template.html' %} {% endfor %} {% include "common/pagination.html" %} {% endblock %}