email.html.twig 198 B

123456789101112131415
  1. {#
  2. /**
  3. * @file
  4. * Default theme implementation for Symfony Email.
  5. *
  6. * Variables:
  7. * - body: Email body content.
  8. *
  9. * @see template_preprocess_email()
  10. *
  11. * @ingroup themeable
  12. */
  13. #}
  14. {{ body }}