7c64f705f6
Also bump minimum Elixir to 1.11
11 lines
292 B
Elixir
11 lines
292 B
Elixir
<!DOCTYPE html>
|
|
<html lang="<%= Pleroma.Web.Gettext.language_tag() %>">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title><%= @email.subject %></title>
|
|
</head>
|
|
<body>
|
|
<%= render Phoenix.Controller.view_module(@conn), Phoenix.Controller.view_template(@conn), assigns %>
|
|
</body>
|
|
</html>
|