alaska/app/views/layouts/mailer.html.erb
christalib 7f2de4e7de first
2020-08-20 08:36:13 +02:00

14 lines
229 B
Plaintext

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