{% 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') }}
{# An `image` field: the src is editable copy, so clicking the picture in the editor opens it in the side panel and a pasted URL swaps it live. The alt text is its own (invisible) field right beside it. #} {{ t('home.hero.alt') }}

{{ 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 %}