{% extends "base.html" %} {% 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 %}