{% extends "/html/base.html" %} {%block subtitle %}: {{page.title}}{% endblock %} {% block content %} {% block off-container-header %} {% include "/html/custom/content-header.inc" %} {% endblock %}
{% block left %} {% if page.toc %}{{page.toc|safe}}{% endif %} {% endblock %}
{% block center %} {{page.content|safe}} {% endblock %}
{% block right %} {% include "/html/custom/site-navigation.inc" %} {% endblock %}
{% block footer %} {% endblock %}
{% endblock %}