logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git

email.html.eex (292B)


  1. <!DOCTYPE html>
  2. <html lang="<%= Pleroma.Web.Gettext.language_tag() %>">
  3. <head>
  4. <meta charset="utf-8">
  5. <title><%= @email.subject %></title>
  6. </head>
  7. <body>
  8. <%= render Phoenix.Controller.view_module(@conn), Phoenix.Controller.view_template(@conn), assigns %>
  9. </body>
  10. </html>