{{ page.title | safe }}
{% if page.extra.lead %}{{ page.extra.lead | safe }}
{% endif %} {{ page.content | safe }}
{{ macros_toc::docs_toc(page=page) }}
{% 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 %}
{{ page.extra.lead | safe }}
{% endif %} {{ page.content | safe }}