{% extends "main.html" %} {% block content %}

BLOG

{% for post in posts %} {% include "partials/post.html" %} {% endfor %}
{% endblock %}