app.kluk.fr/app/views/layouts/mailer.html.erb
Christophe Robillard 2653930993 init
2025-08-05 16:29:05 +02:00

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