pinrails/app/views/layouts/mailer.html.erb

15 lines
259 B
Plaintext

<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style>
/* Email styles need to be inline */
</style>
<title></title>
</head>
<body>
<%= yield %>
</body>
</html>