{#- This file was automatically generated - do not edit -#} {% extends "main.html" %} {% import "partials/nav-item.html" as item with context %} {% block container %}
{% if "toc.integrate" in features %} {% include "partials/toc.html" %} {% endif %}
{% set search_meta = page.meta.search if page.meta and page.meta.search else {} %} {% set pagefind_body = "data-pagefind-body" if config.extra.search_config and config.extra.search_config.provider == "pagefind" and not search_meta.exclude else "" %}
{% block content %} {% include "partials/content.html" %} {% endblock %}
{% endblock %}