{% extends "base.html" %} {% block content %}

{{ page.title }}

{{ page.content | safe }} {% set section = get_section(path=page.ancestors | last) %} {{ section.content | safe }} {% endblock content %}