Newer
Older
Website-backend / app / views / layouts / mailer.html.erb
@lukas lukas on 3 Apr 2022 229 bytes initial commit
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <style>
  6. /* Email styles need to be inline */
  7. </style>
  8. </head>
  9.  
  10. <body>
  11. <%= yield %>
  12. </body>
  13. </html>