{% extends "base.html" %} {%- block content -%} {% if section.content %} {{ section.content | safe }} {% endif %}
{%- for post in section.pages | sort(attribute="date", reverse=false) -%}
{%- endfor -%} {%- endblock content -%}