materio-d9/web/themes/custom/materiotheme/templates/email.html.twig

16 lines
198 B
Twig
Raw Normal View History

2022-05-05 23:06:21 +02:00
{#
/**
* @file
* Default theme implementation for Symfony Email.
*
* Variables:
* - body: Email body content.
*
* @see template_preprocess_email()
*
* @ingroup themeable
*/
#}
{{ body }}