{# Material 9.7.7 header with Agentagon branding and public-site navigation. Copyright (c) 2016-2025 Martin Donath MIT license; full permission notice in THIRD_PARTY_NOTICES.txt. #} {% 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 %}