hagrid-keyserver--hagrid/dist/email-templates/verify.htm.hbs

24 lines
1.1 KiB
Handlebars
Raw Normal View History

2019-02-12 13:11:03 +00:00
<!doctype html>
<html lang="{{lang}}">
2019-02-12 13:11:03 +00:00
<head>
<meta charset=utf-8>
<title>{{ text "Verify {{userid}} for your key on {{domain}}" rerender }}</title>
2019-02-12 13:11:03 +00:00
</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>. If you didn't request this message, please ignore it." rerender }}
<p>
{{ text "OpenPGP key: <tt>{{primary_fp}}</tt>" rerender }}
<p>
{{ text "To let others find this key from your email address \"<a rel=\"nofollow\" href=\"#\" style=\"text-decoration:none; color: #333\">{{userid}}</a>\", please click the link below:" rerender }}
<p>
<a href="{{uri}}">{{uri}}</a>
<p>
{{ text "You can find more info at <a href=\"{{base_uri}}/about\">{{domain}}/about</a>." rerender }}
2019-06-06 15:13:40 +00:00
<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 }}
2019-02-12 13:11:03 +00:00
</body>
</html>