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