{% extends "layouts/docs_search.html" %}
{% block catalog_article %}
{% set section_options = search_sections | default([]) %}
{% set active_section = search_section | default('') %}
{% set active_mount = search_mount | default('') %}
{% set active_tag = search_tag | default('') %}
{% set active_channel = search_channel | default('latest') %}
{% set global_search = search_global | default(false) %}
Layered catalog search