{% extends "base.html" %} {% block title %} {% set section = get_section(path=page.ancestors | last) %} {{ config.title }} - {{ section.title }} - {{ page.title }}: {{ page.date }} {% endblock title %} {% block content %} {% set section = get_section(path=page.ancestors | last) %}

{{ config.title }}

{{ section.title }}

{% include "navbar.html" %}

{{ page.title }} ({{ page.date }})

{{ page.content | safe }}
{% include "comments.html" %}
{% include "navbar.html" %} {% endblock content %}