iu-8.x-1.x-dev/templates/email/email-wrap.html.twig
templates/email/email-wrap.html.twig
{#
/**
* @file
* Custom theme implementation for Symfony Email wrapper.
*
* Variables:
* - body: Email body content.
* - is_html: True if generating HTML output, false for plain text.
* - type: Email type.
* - sub_type: Email sub-type.
* - attributes: HTML attributes for the top-level email element.
*
* @see template_preprocess_email_wrap()
*
* @ingroup themeable
*/
#}
{{ body }}
