{% import "macros.html" as macros %} {% block title %}{{ config.title }}{% endblock title %} {% include "_variables.html" %} {% set page_description = page.description | default(value=config.extra.site_description) %} {% if page.extra.canonical %} {% else %} {% endif %} {% set og_title = page.title | default(value="") %} {% if og_title %}{% set og_title_full = og_title ~ " | " ~ config.title %}{% else %}{% set og_title_full = config.title ~ " — " ~ config.extra.site_description %}{% endif %} {% if not page.title %} {% endif %}
{% block hero %}{% endblock hero %}
{% block toc %} {% set docs_section = get_section(path="_index.md") %} {{ macros::toc_nav(docs_section=docs_section) }} {% endblock toc %}
{% block content %} {{ section.content | safe }} {% endblock content %}