1
0
Fork 0
mirror of https://akkoma.dev/AkkomaGang/akkoma.git synced 2025-01-24 14:49:15 +00:00
akkoma/lib/pleroma/web/templates/layout/email.html.eex

11 lines
242 B
Elixir
Raw Normal View History

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