{#- Shared chrome for every documentation page: sidebar, article, table of contents, prev/next. Both `page.html` and the docs `section.html` extend this and fill in `doc_title` / `doc_body`. -#} {% extends "base.html" %} {% block body %} {%- set docs = get_section(path="docs/_index.md") -%} {%- set here = node_url -%}

{{ node_title }}

{%- if node_desc and node_desc != config.description %}

{{ node_desc }}

{%- endif %} {% block doc_body %}{% endblock doc_body %}
{%- if page %} {%- endif %}
{%- if page and page.toc %} {%- endif %}
{% endblock body %}