Current section

Files

Jump to
curator priv templates curator.install email layout.html.eex
Raw

priv/templates/curator.install/email/layout.html.eex

<html>
<head>
<title><%%= @email.subject %></title>
</head>
<body>
<%%= render @view_module, @view_template, assigns %>
</body>
</html>