{% extends "page.html" %} {% block body %} {% set page_class = "docs-single" %} {% endblock body %} {% block header %} {# This value is matched by the config.extra.menu.main~url #} {% set current_section = "docs" %} {{ macros_header::header(current_section=current_section)}} {% endblock header %} {% block content %}
{{ macros_toc::docs_toc(page=page) }}
{#{ macros_sidebar::docs_sidebar(current_section=current_section) }#}

{{ page.title }}

{% if page.extra.lead %}

{{ page.extra.lead | safe }}

{% endif %} {{ page.content | safe }} {% if config.extra.edit_page %} {{ macros_edit_page::docs_edit_page(current_path=current_path) }} {% endif %} {{ macros_navigation::docs_navigation(page=page, current_section=current_section) }}
{% endblock content %}