{# Fern-style workspace header — scope kicker, metrics, edition + topic strips. #} {% set spotlight = search_spotlight %} {% set edition_links = search_edition_links | default([]) %} {% set topic_links = search_topic_links | default([]) %} {% if spotlight %}

{{ spotlight.workspace_kicker }}

{{ spotlight.workspace_title }}

{% if spotlight.workspace_subtitle %}

{{ spotlight.workspace_subtitle }}

{% end %}
{% if search_query or search_section or search_mount or search_tag %} Reset shell {% end %}
{{ spotlight.result_count if search_query else spotlight.visible_pages }} {{ "matches" if search_query else "pages" }} {{ spotlight.section_count }} sections {% if spotlight.top_tags | length > 0 %} {% for tag in spotlight.top_tags[:3] %} {{ tag }} {% end %} {% end %}
{% if edition_links | length > 1 %}
Version
{% end %} {% if topic_links | length > 0 %}
Topics
{% end %}
{% endif %}