{# L2 scope panel — mount rail + section families (Fern layered catalog shell). #} {% set mount_items = search_mount_rail | default([]) %} {% set scope_items = search_scope_rail | default([]) %} {% set show_mounts = mount_items | length > 1 %} {% set show_sections = scope_items | length > 1 %}
{% if show_mounts %}

Mounts

Product areas in the catalog

{% include "partials/search_mount_rail.html" %}
{% endif %} {% if show_sections %}

Sections

Families within the active scope

{% include "partials/search_scope_rail.html" %}
{% endif %}