{#- Overrides the upstream Material header to render the "LCP / Docs" brand lockup (mirrors the lcp-registry site) in place of the plain site_name. Everything else is kept identical to upstream so search, tabs, palette toggle and the repo source link behave as before. -#} {% 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 %}