Files
osuuspuutarha/lib/osuuspuutarha_web/templates/layout/email.html.heex

8 lines
119 B
Plaintext

<html>
<head>
<title><%= @email.subject %></title>
</head>
<body>
<%= @inner_content %>
</body>
</html>