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