{# Mini-cart preview shown on hover over the navbar cart (Alza-style). Lazy-loaded via htmx from /partials/cart into the hover dropdown panel in base.html. Receives: items[], total, currency, lang. #} {% import "macros/ui.html" as ui %} {% if items | length > 0 %}
{{ item.quantity }} × {{ item.price }} {{ item.currency }}