{#- This file was automatically generated - do not edit -#} {% extends "main.html" %} {% block container %}
{{ page.content }}
{% for post in posts %} {% include "partials/post.html" %} {% endfor %} {% if pagination %} {% block pagination %} {% include "partials/pagination.html" %} {% endblock %} {% endif %}
{% endblock %}