{# # ============================================================================ # EMAIL ATOM: DIVIDER # ============================================================================ # # Séparateur horizontal pour les emails transactionnels. # Remplace le pattern :
# # ============================================================================ # PARAMÈTRES # ============================================================================ # # | Paramètre | Type | Défaut | Description | # |-----------|--------|-----------|---------------------------------| # | color | string | '#E5E7EB' | Couleur de la ligne (hex) | # | margin | string | '24px 0' | Marges verticales | # # ============================================================================ #} {% set color = color ?? '#E5E7EB' %} {% set margin = margin ?? '24px 0' %}