{% extends "base.html" %} {% block extra %} {{ macro::breadcrumbs(page=section) }} {% endblock %} {% block content %} {% if section.extra.heading %} {{ section.extra.heading }} {% else %} {{ section.title }} {% endif %} {{ macro::list_posts(section=section, include_expired=true) }} {{ section.content | safe }} {% endblock content %}