📊 {{ sections.stats.title }}

{% if sections.stats.subtitle %}

{{ sections.stats.subtitle }}

{% endif %}
{% for stat in sections.stats.items %}
{{ stat.value }}
{{ stat.label }}
{% if stat.description %}

{{ stat.description }}

{% endif %}
{% endfor %}