{% extends "base.html" %} {% block outdated %} You're not viewing the latest version. Click here to go to latest. {% endblock %} {% block site_nav %} {% if nav %}
{% include "partials/nav.html" %}
{% endif %} {% if page.toc %}
{% include "partials/toc.html" %}
{% endif %} {% endblock %} {% block content %} {% if page.edit_url %} {% include ".icons/material/pencil.svg" %} {% endif %} {% if not "\x3ch1" in page.content %}

{{ page.title | default(config.site_name, true)}}

{% endif %} {{ page.content }} {% if page and page.meta %} {% if page.meta.git_revision_date_localized or page.meta.revision_date %} {% endif %} {% endif %} {% endblock %}