{% extends "base.html" %} {% block content %}

{{ page.title }}

{%- include "partials/statements.html" -%} {%- if page.extra.toc and not page.extra.toc_sidebar -%} {%- include "partials/toc.html" -%} {%- endif -%} {{ page.content | safe }} {% endblock content %}