{#- Local override of Zensical's partials/header.html. The only change from the stock template is element order: the search block is emitted *before* the palette (theme toggle) block, so the toggle renders to the right of the search bar. Everything else mirrors the packaged partial — keep it in sync if you upgrade Zensical (see docs/.venv/.../zensical/templates/partials/header.html). -#} {% 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 %}