summaryrefslogtreecommitdiff
path: root/lib/pleroma/web/templates/layout/email.html.eex
blob: 5858e48b46e996e15af9e18f7c8856066253fc9a (plain)
1
2
3
4
5
6
7
8
9
10
<!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>