Files
astuto/app/views/layouts/mailer_no_style.html.erb

12 lines
183 B
Plaintext
Raw Normal View History

2024-05-03 18:11:07 +02:00
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
</head>
<body>
<div>
<%= yield %>
</div>
</body>
</html>