{% extends "samhuri.net.html" %} {% block body %}

{{ title }}

{% for post in posts %} {% include "partial-post.html" post %} {% endfor %} {% endblock %}