{% extends "/html/base.html" %} {% block subtitle %}: {{page.title}}{% endblock %} {% block content %}
{% if page.toc %}{{page.toc|safe}}{% endif %} {{page.content|safe}} {% with prev=page.prev next=page.next%} {% include "/html/prev-next.html" %} {% endwith %}
{% endblock %}