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>
|