{# Search Component (Embeddable) A compact, embeddable search component that matches the modal design language. Can be included on any page for inline search functionality. Dependencies: - JavaScript: /assets/js/core/search.js (BengalSearch module) - CSS: Inline styles below for component-specific styling Usage: {% include 'partials/search.html' %} #}
{# Search Input - Matches modal styling #}
{{ icon("magnifying-glass", size=18, css_class="search-inline__icon") }} {# Keyboard shortcut hint #} {# Loading indicator #} {# Clear button #}
{# Status for screen readers #}
{# Filters (collapsible) #} {# Search Results - Modal-style rendering #} {# Loading state #} {# Error state #}