1
0
Fork 0
mirror of https://gitlab.com/hagrid-keyserver/hagrid.git synced 2023-02-13 20:55:02 -05:00
hagrid-keyserver--hagrid/dist/email-templates/manage.htm.hbs
2019-10-03 18:18:42 +02:00

24 lines
994 B
Handlebars

<!doctype html>
<html lang="{{lang}}">
<head>
<meta charset=utf-8>
<title>{{ text "Manage your key on {{domain}}" rerender }}</title>
</head>
<body>
<p>
{{ text "Hi," }}
<p>
{{ text "this is an automated message from <a rel=\"nofollow\" href=\"{{ base_uri }}\" style=\"text-decoration:none; color: #333\"><tt>{{ domain }}</tt></a>." rerender }}
{{ text "If you didn't request this message, please ignore it." }}
<p>
{{ text "OpenPGP key: <tt>{{ primary_fp }}</tt>" rerender }}
<p>
{{ text "To manage and delete listed addresses on this key, please follow the link below:" }}
<p>
<a href="{{uri}}">{{uri}}</a>
<p>
{{ text "You can find more info at <a href=\"{{ base_uri }}/about\">{{ domain }}/about</a>." rerender }}
<p>
{{ text "Greetings from the <a rel=\"nofollow\" href=\"{{ base_uri }}\" style=\"text-decoration:none; color: #333\"><tt>keys.openpgp.org</tt></a> team" rerender }}
</body>
</html>