simplenews symfony template

This commit is contained in:
2022-05-05 23:06:21 +02:00
parent 0ff899eb05
commit ef6222c130
7 changed files with 175 additions and 160 deletions

View File

@@ -0,0 +1,15 @@
{#
/**
* @file
* Default theme implementation for Symfony Email.
*
* Variables:
* - body: Email body content.
*
* @see template_preprocess_email()
*
* @ingroup themeable
*/
#}
{{ body }}