Back to Nemoclaw

{{ _("Search") }}

docs/_ext/search_assets/templates/search.html

latest751 B
Original Source

{%- extends "page.html" %} {# Enhanced Search Page - Clean template without embedded CSS/JS #} {% block docs_body %}

{{ _("Search") }}

{# Search and filter controls container - will be enhanced by JavaScript #}

{# Search results container #}

Search Documentation

Start typing to search across all documentation pages...

Search Tips: Use specific terms for better results • Search includes titles, content, and headings

{% endblock docs_body %} {# Page metadata #} {%- block htmltitle -%}{{ _("Search") }} - {{ title or docstitle }}{%- endblock htmltitle -%} {# Load our enhanced search scripts #} {% block scripts -%} {{ super() }} {# Search page script is loaded via html_js_files in conf.py #} {%- endblock scripts %}