{#- Derived from mkdocs-material's partials/header.html. The only change is that the tab bar is rendered inside md-header__inner rather than as a second band below it, so the chrome is one line tall. -#} {% 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 %}