{#- Copied from mkdocs-material 9.7.7 (templates/partials/header.html) with one addition: the "Download vX.Y.Z" button between the page title and the palette toggle. The version comes from scripts/mkdocs_hooks.py; the button styling lives in docs/stylesheets/extra.css. Re-sync this copy when bumping the mkdocs-material pin. -#} {% set class = "md-header" %} {% if "navigation.tabs.sticky" in features %} {% set class = class ~ " md-header--shadow md-header--lifted" %} {% elif "navigation.tabs" not in features %} {% set class = class ~ " md-header--shadow" %} {% endif %}
{% if "navigation.tabs.sticky" in features %} {% if "navigation.tabs" in features %} {% include "partials/tabs.html" %} {% endif %} {% endif %}