{% extends "base.html" %} {% block title %}{{ t('product.meta.title', name=item.name) }}{% endblock %} {% block content %}
{# .product-hero is external_content: the name and price are catalogue data, not registry copy. The labels and shipping note below ARE editable. #}
{{ item.emoji }}

{{ item.name }}

{{ item.price }}

{{ t('product.shipping') }}

{# Serialized, not rendered: t_plain keeps the editor markers out of the JSON. #}
{% endblock %}