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