{% apply inky_to_html|inline_css %} {% block lead %} {{ importance|upper }}

{{ email.subject }}

{% endblock %} {% block content %} {% if markdown %} {{ include('@email/zurb_2/notification/content_markdown.html.twig') }} {% else %} {{ (raw ? content|raw : content)|nl2br }} {% endif %} {% endblock %} {% block action %} {% if action_url %} {% endif %} {% endblock %} {% block exception %} {% if exception %}

Exception stack trace attached.

{% endif %} {% endblock %}
{% block footer %} {% block footer_content %}

Notification e-mail sent by Symfony

{% endblock %}
{% endblock %}
{% endapply %}