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

{{ t(key="shop-title", lang=L) }}

{{ t(key="shop-subtitle", lang=L) }}

{# One form drives the whole listing. htmx re-runs /search and swaps only the results region; the toolbar keeps its own DOM state. Triggers: live (debounced) typing in the search box, immediate on any select/checkbox change, and submit (Enter / Apply) for the price band. Degrades to a plain GET form without JS. #}
{% include "shop/_results.html" %}
{% endblock content %}