samhuri.net/templates/posts-month.html

7 lines
150 B
HTML

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