{% extends "index.html" %} {% block title %} {{ page.title }} — {{ config.title }} {% endblock %} {% block content %}

{{ page.title }}

{{ macros::toc() }} {{ page.content | safe }} {{ macros::page_info(page=page) }} {{ macros::page_updates(page=page) }} {% endblock content %}