11 lines
296 B
Elixir
11 lines
296 B
Elixir
|
<html>
|
||
|
<head>
|
||
|
<link rel="stylesheet" href="<%= static_url(MobilizonWeb.Endpoint, "/css/email.css") %>">
|
||
|
</head>
|
||
|
<body>
|
||
|
<%= render @view_module, @view_template, assigns %>
|
||
|
|
||
|
<p><%= gettext "An email sent by Mobilizon on %{instance}.", instance: @instance %></p>
|
||
|
</body>
|
||
|
</html>
|