{% extends "base.html" %} {% block content %}
{% for post in section.pages %} {% include "macros/post-card.html" %} {% endfor %}
{% endblock %}