{% 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 %}{{ articleTitle }}{% endblock %}
{% block banner_icon %}
{% endblock %}
{% block banner_label %}Blog letter{% endblock %}
{% block body %}
Nouvel article
{{ articleTitle }}
{% if articleImageUrl %}
{% else %}
{% endif %}
{{ excerpt }}
{% if previousArticle %}
)['clock']|default(email.image('emails/images/icon-clock.png')) }}) |
Article précédent |
|
{% if previousArticle.imageUrl %}
|
{% endif %}
{{ previousArticle.title }}
{{ previousArticle.excerpt }}
Lire la suite →
|
{% endif %}
{% include 'emails/_trust-row.html.twig' with {items: trustItems} %}
{% if quoteText %}
)['quote-white']|default(email.image('emails/images/icon-quote-white.png')) }}) |
{{ quoteText }}
|
|
{% endif %}
{% endblock %}
{% block footer_text %}Vous recevez cet email car vous êtes inscrit à la blog letter May·Facturation.{% endblock %}
{% block unsubscribe_label %}Se désinscrire{% endblock %}