{% extends "base.html" %} {% block title %}{{ t('home.meta.title') }}{% endblock %} {% block description %}{{ t('home.meta.description') }}{% endblock %} {% block content %}

{{ t('home.hero.title') }}

{{ t('home.hero.subtitle') }}

{{ t('home.hero.cta') }}
{# The alt text is invisible copy — clicking this image in the editor opens it in the side panel. #}

{{ t('home.values.heading') }}

La colección

{% for slug, item in products.items() %} {# .product-card is declared as external_content: its name/price come from the catalogue, so a click in the editor says so instead of shrugging. #} {{ item.emoji }} {{ item.name }} {{ item.price }} {% endfor %}
{% endblock %}