You are here

mail-safety-details.html.twig in Mail Safety 8

Default theme implementation for displaying a mail.

Available variables:

  • account: The full mail information.

File

templates/mail-safety-details.html.twig
View source
  1. {#
  2. /**
  3. * @file
  4. * Default theme implementation for displaying a mail.
  5. *
  6. * Available variables:
  7. * - account: The full mail information.
  8. *
  9. * @ingroup themeable
  10. */
  11. #}
  12. <h2>{{ mail.subject }}</h2>
  13. <div class="mail-detail">
  14. <pre>{{ details|raw }}</pre>
  15. </div>