mailr/themes/olive/views/layouts/old_html_view.erb

12 lines
141 B
Plaintext
Executable File

<%= yield :preambule -%>
<head>
<title>
<%= yield :title -%>
</title>
<%= yield :head -%>
</head>
<body>
<%= yield :body -%>
</body>
</html>