{% extends 'emails/_layout-rich.html.twig' %} {% set trustItems = [ {icon: 'shield', title: 'Conforme', desc: 'Factur-X et réglementation à jour'}, {icon: 'clock', title: 'Gain de temps', desc: 'Facturation en quelques clics'}, {icon: 'server', title: 'Fiable', desc: 'Hébergement en France'}, {icon: 'check', title: 'Sans jargon', desc: 'Pensé pour les non-comptables'}, ] %} {% block title %}{{ headline }}{% endblock %} {% block banner_icon %}{% endblock %} {% block banner_label %}Newsletter{% endblock %} {% block body %} {% if heroImageUrl %} {% endif %}
{% if kicker %}

{{ kicker }}

{% endif %} {% if headline %}

{{ headline }}{% if headlineHighlight %} {{ headlineHighlight }}{% endif %}

{% endif %} {% if intro %}
{{ intro|raw }}
{% endif %} {% if ctaUrl and ctaLabel %}
{{ ctaLabel|upper }} →
{% endif %}
{% if items|length > 0 %}

Nouveautés

{% for item in items %} {% endfor %}
{% if item.imageUrl %} {% endif %} {% if item.url %} {% endif %}
{% if item.title %}

{{ item.title }}

{% endif %} {% if item.description %}
{{ item.description|raw }}
{% endif %}
{% endif %} {% if tipText %} {% if tipCtaUrl and tipCtaLabel %} {% endif %}
{{ tipText|raw }}
{{ tipCtaLabel }} →
{% endif %} {% include 'emails/_trust-row.html.twig' with {items: trustItems} %} {% endblock %} {% block footer_text %}Vous recevez cet email car vous êtes inscrit à la newsletter May·Facturation.{% endblock %} {% block unsubscribe_label %}Se désinscrire{% endblock %}