{% extends "base.html" %} {% block analytics %} {% endblock %} {% block header %} {% include "partials/company-header.html" %} {% include "partials/header.html" %} {% endblock %} {% block site_nav %} {% if nav %} {% include "partials/product-switcher.html" %}
{% include "partials/search.html" %} {% if "search" in config["plugins"] %} {% endif %}
{% include "partials/nav.html" %}
{% endif %} {% if page.toc %}
{% if config.repo_url %}
{% include "partials/source.html" %}
{% endif %}
{% include "partials/toc.html" %}
{% endif %} {% endblock %} {% block footer %} {% import "partials/language.html" as lang with context %} {% endblock %}