{#- Override of zensical/templates/partials/header.html. Alloy header: thin sticky header, brand on the left, search pill in the middle-right, palette toggle + repo source on the far right. Keeps the stock search label trigger for mobile, where the runtime watches the __search checkbox. -#} {% set class = "md-header md-header--alloy" %} {% 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 %}