{% extends "section.html" %} {% import "post_macros.html" as post_macros %} {% block content %}

Posts

{% for page in section.pages %} {{ post_macros::snippet(page=page) }} {% endfor %}
{% include "footer.html" %} {% endblock content %}