{#- Material header override for the geomotif docs. This is the upstream Material 9.7 header partial, copied verbatim and extended with one inline block ("explore_anchor") so a small "explore" pill can be injected beside the theme toggle without forking the rest of the partial. Keeping the override a near-verbatim copy means a future Material upgrade only needs the upstream diff re-applied; the only addition is the {% block explore_anchor %} line and its anchor. -#} {% 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 %}