{% for pill in pills %}
{{ pill.label }}
{% endfor %}
{% endif %}
{# ===== Pillars ===== #}
{% for pillar in pillars %}
{# ===== Screenshot — 58% de la largeur ===== #}
{# Browser bar colorée #}
{# Screenshot pleine largeur, taille naturelle #}
{# ===== Texte — 42% ===== #}
{{ pillar.badge }}
{{ pillar.title }}
{{ pillar.description }}
{% for point in pillar.points %}
{% include '_atoms/icon/icon.html.twig' with {
name: 'check-circle',
size: 'md',
color: accentCheckColors[pillar.accentColor] ?? 'primary'
} only %}
{{ point }}