{% extends "base.html" %} {% import "macros/ui.html" as ui %} {# Static info pages (contact / sitemap / terms / about / stores / shipping). One template switches title + body on the `page` slug passed by controllers/pages.rs. Titles reuse the existing top-/footer- i18n keys. #} {% block title %}{{ ui::page_title(page=page, lang=lang | default(value='sk')) }}{% endblock title %} {% block breadcrumbs %} {% set L = lang | default(value='sk') %} {% endblock breadcrumbs %} {% block content %} {% set L = lang | default(value='sk') %} {% set title = ui::page_title(page=page, lang=L) %}
{{ t(key="page-contact-intro", lang=L) }}
{{ t(key="page-sitemap-intro", lang=L) }}
{{ t(key="page-stores-intro", lang=L) }}
{# Google Map of the production facility. Embedded via the keyless Maps embed (centered on the geocoded coords); a static PNG would need a Maps Static API key. The header links out to the full map. #}
{{ t(key="page-coming-soon", lang=L) }}