{# app/templates/storefront/search.html #} {# noqa: FE-001 - Shop uses custom pagination with vendor-themed styling (CSS variables) #} {% extends "storefront/base.html" %} {% block title %}Search Results{% if query %} for "{{ query }}"{% endif %}{% endblock %} {# Alpine.js component #} {% block alpine_data %}shopSearch(){% endblock %} {% block content %}
{# Breadcrumbs #} {# Page Header #}

Search Results for "" Search Products

Found products

{# Search Bar #}
{# Results Area #}
{# Loading State #}
{# No Query Yet #}

Start Your Search

Enter a search term above to find products

{# Search Results Grid #}
{# No Results Message #}

No Results Found

No products match ""

Try different keywords or check the spelling

{# Pagination #}
{% endblock %} {% block extra_scripts %} {% endblock %}