left4me/rails/app/views/layouts/mailer.html.erb
mwiegand 6722d76af3
wip
2022-11-20 21:45:56 +01:00

13 lines
229 B
Text

<!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>