pleroma/lib/pleroma/web/templates/layout/email.html.eex

11 lines
292 B
Elixir
Raw Normal View History

2019-04-20 07:42:19 -05:00
<!DOCTYPE html>
2022-02-28 00:28:23 -06:00
<html lang="<%= Pleroma.Web.Gettext.language_tag() %>">
2019-04-20 07:42:19 -05:00
<head>
<meta charset="utf-8">
<title><%= @email.subject %></title>
</head>
<body>
<%= render Phoenix.Controller.view_module(@conn), Phoenix.Controller.view_template(@conn), assigns %>
2019-04-20 07:42:19 -05:00
</body>
2022-02-28 00:28:23 -06:00
</html>