{# Shared sidebar body — wrapped by docs_catalog_sidebar / docs_sidebar_oob. #}
{% call filter_rail(label="Documentation catalog", cls="chirp-theme-doc-catalog-rail") %}
{% for item in catalog_rail_items ?? () %} {% if loop.first %} {{ item.title }} {% endif %} {% endfor %}
{% for item in catalog_rail_items ?? () %} {% if not loop.first and item.href != '/search' %} {{ item.title }} {% endif %} {% endfor %}
{% include "partials/theme_menu.html" %}
{% end %}
{% include "partials/locale_switcher.html" %} {% include "partials/version_selector.html" %} {% include "partials/docs_sidebar.html" %}