{#- Extends Material's stock header with a centered banner that links to the "Integrate with one prompt" page. Kept in sync with the upstream partial; the only addition is the md-header__banner anchor. -#} {% 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 %} {#- The one-prompt CTA banner is scoped to the Playground page only. -#} {% set is_playground = page and page.file and page.file.src_uri == "playground.md" %}
{% if "navigation.tabs.sticky" in features %} {% if "navigation.tabs" in features %} {% include "partials/tabs.html" %} {% endif %} {% endif %}