1
0
mirror of https://github.com/danog/yawarehouse.git synced 2024-12-12 09:29:46 +01:00
yawarehouse/app/views/layouts/mailer.html.erb
2018-05-27 12:34:07 +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>