{% if sections.stats.badge %} {{ sections.stats.badge }} {% endif %}

{{ sections.stats.title }}

{{ sections.stats.subtitle }}

{% if sections.stats.layout == 'grid' %}
{% for stat in sections.stats.items %}
{{ stat.value }}

{{ stat.label }}

{% if stat.description %}

{{ stat.description }}

{% endif %}
{% endfor %}
{% elif sections.stats.layout == 'simple' %}
{% for stat in sections.stats.items %}
{{ stat.value }}

{{ stat.label }}

{% endfor %}
{% elif sections.stats.layout == 'cards_with_icon' %}
{% for stat in sections.stats.items %}
{{ stat.value }}

{{ stat.label }}

{% if stat.description %}

{{ stat.description }}

{% endif %}
{% endfor %}
{% else %}
{% for stat in sections.stats.items %}
{{ stat.value }}

{{ stat.label }}

{% if stat.description %}

{{ stat.description }}

{% endif %}
{% endfor %}
{% endif %} {% if sections.stats.content %}

{{ sections.stats.content.title }}

{{ sections.stats.content.description }}

{% if sections.stats.content.features %}
    {% for feature in sections.stats.content.features %}
  • {{ feature.title }}

    {{ feature.description }}

  • {% endfor %}
{% endif %} {% if sections.stats.content.cta_url and sections.stats.content.cta_text %} {% endif %}
{% if sections.stats.content.image %}
{{ sections.stats.content.title }}
{% endif %}
{% endif %} {% if sections.stats.chart %}

{{ sections.stats.chart.title }}

{{ sections.stats.chart.description }}

{{ sections.stats.chart.placeholder_text|default('Chart visualization will be rendered here') }}

{% endif %}