16 lines
198 B
Twig
16 lines
198 B
Twig
{#
|
|
/**
|
|
* @file
|
|
* Default theme implementation for Symfony Email.
|
|
*
|
|
* Variables:
|
|
* - body: Email body content.
|
|
*
|
|
* @see template_preprocess_email()
|
|
*
|
|
* @ingroup themeable
|
|
*/
|
|
#}
|
|
|
|
{{ body }}
|