{#- LakeLogic custom header — based on Material's stock partials/header.html. Adds: a DOCS badge next to the wordmark, a meta-nav link row, and right-side Product / App links. Keeps Material's search, palette toggle and repo (GitHub) source working untouched. -#} {% 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 %}