{% extends 'layout.twig' %} {% block body %}
← Return to inbox
Delete Email
Logout

{{ mail.subject }}

{% if mail.html %}
{% elseif mail.textAsHtml %}
{{ mail.textAsHtml|raw }}
{% else %}
{% endif %}

{{ mail.from.text }} | {{ mail.date| date }}

{% endblock %}