{# /** * @file easy_email.html.twig * Default theme implementation to present Email data. * * This template is used when viewing Email pages. * * * Available variables: * - content: A list of content items. Use 'content' to print all content, or * - attributes: HTML attributes for the container element. * * @see template_preprocess_easy_email() * * @ingroup themeable */ #} {{ attach_library('easy_email/preview') }}
{{ 'Headers' | t }} {% for header in headers %}
{{ header.value }}
{% endfor %}
{{ 'Inbox preview' | t }}
{{ inbox_preview }}
{% if preview_html_url %}
{{ 'HTML body' | t }}
{% endif %} {% if preview_plain_url %}
{{ 'Plain text body' | t }}
{% endif %} {% if attachments %}
{{ 'Attachments' | t }} {{ attachments }}
{% endif %}