{% extends "base.html" %} {% block html_title %}{{ page.title }} | {{ config.title }}{% endblock html_title %} {% block content %}

{{ page.title }}

{% if not page.extra.raw %} {% endif %}
{% if page.toc and not page.extra.no_toc %}

Table of Contents

{% endif %} {{ page.content | safe }} {% if not page.extra.raw %} {% endif %}
{% endblock content %}