projects
/
akkoma
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch 'openapi/admin/oauth-apps' into 'develop'
[akkoma]
/
lib
/
pleroma
/
web
/
templates
/
layout
/
email.html.eex
1
<!DOCTYPE html>
2
<html lang="en">
3
<head>
4
<meta charset="utf-8">
5
<title><%= @email.subject %></title>
6
</head>
7
<body>
8
<%= render @view_module, @view_template, assigns %>
9
</body>
10
</html>