90ceb4f6fe
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
9 lines
150 B
Elixir
9 lines
150 B
Elixir
<html>
|
|
<head>
|
|
<title><%= @email.subject %></title>
|
|
</head>
|
|
<body>
|
|
<%= render @view_module, @view_template, assigns %>
|
|
</body>
|
|
</html>
|