{% extends "base.html" %} {% import "macros/ui.html" as ui %} {% block title %}{{ t(key="brand", lang=lang | default(value='sk')) }}{% endblock title %} {% block breadcrumbs %} {% endblock breadcrumbs %} {% block content %} {# Home layout adapted from the Kompress design mockup: the left "Kategórie" column is already supplied by base.html's #category-sidebar, so the main area is split into a featured product grid + a right rail (bestsellers / our stores / contact). All colors use the design tokens so light + dark both work; the brand accent is the medical blue set in app.css. #}
{{ t(key="shop-subtitle", lang=lang | default(value='sk')) }}
{{ t(key="shop-empty", lang=lang | default(value='sk')) }}
{{ t(key="nav-shop", lang=lang | default(value='sk')) }}