{% extends "base.html" %} {% import "macros/ui.html" as ui %} {% block title %}{{ t(key="nav-shop", lang=lang | default(value='sk')) }}{% endblock title %} {% block content %}

{{ t(key="shop-title", lang=lang | default(value='sk')) }}

{{ t(key="shop-subtitle", lang=lang | default(value='sk')) }}

{# Live search: htmx GETs /search as the customer types (debounced) and swaps only the results below. hx-push-url keeps the URL shareable; the spinner shows while a request is in flight. Degrades to a normal GET form submit when JS/htmx is unavailable. #}
{% include "shop/_results.html" %}
{% endblock content %}