{% extends "samhuri.net.html" %} {% block body %} {% for post in posts %} {% include "partial-post.html" post %} {% endfor %} {% endblock %}