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

{{ section.title }}

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