Newer
Older
Website-backend / app / views / layouts / mailer.html.erb
@lukas lukas on 3 Apr 2022 229 bytes initial commit
<!DOCTYPE html>
<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <style>
      /* Email styles need to be inline */
    </style>
  </head>

  <body>
    <%= yield %>
  </body>
</html>