{% extends "blog/base.html" %} {% block content %} {% for post in posts %} {% include "blog/post.html" %} {% endfor %} {% include "blog/pagination.html" %} {% endblock %}