Files
sure/app/views/layouts/mailer.html.erb
Josh Pigford 99de24ac70 Initial commit
2024-02-02 09:05:04 -06:00

14 lines
227 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>