{% include 'head.njk' %} {% if hasSidebar %}{% endif %} {# Docs styles #} {% block head %}{% endblock %}
{# Logo #}
{# Nav toggle #}
{# Sidebar #} {% if hasSidebar %} {# Mobile selectors #}
{% endif %} {# Outline #} {% if hasOutline %} {% endif %} {# Main #}
{# Expandable outline #} {% if hasOutline %} {% endif %}
{% server "flashes" %}
{% block header %} {% include 'breadcrumbs.njk' %}

{{ title }}

{% endblock %} {% block content %} {{ content | safe }} {% endblock %} {% block afterContent %}{% endblock %}
{% include 'search.njk' %}