{% set stats = { expansions: { count: totalExpansions, label: 'home.stats.expansions'|trans }, cards: { count: totalCards, label: 'home.stats.cards'|trans }, prices: { count: totalPrices, label: 'home.stats.prices'|trans } } %}

{{ 'home.welcome'|trans }}

{{ 'home.description'|trans }}

{% include 'components/home/_stats.html.twig' with { stats: stats } %}