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/verify.htm.hbs
2019-11-17 23:37:31 +01:00

25 lines
1 KiB
Handlebars

<!doctype html>
<html lang="{{lang}}">
<head>
<meta charset=utf-8>
<title>{{ text "Verify {{userid}} for your key on {{domain}}" rerender }}</title>
</head>
<body>
<p>
{{ text "Hi," }}
<p>
{{ text "This is an automated message from <a href=\"{{base_uri}}\" style=\"text-decoration:none; color: #333\">{{domain}}</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 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 rel="nofollow" href="{{uri}}">{{uri}}</a>
<p>
{{ text "You can find more info at <a href=\"{{base_uri}}/about\">{{domain}}/about</a>." rerender }}
<p>
<a href="{{base_uri}}">{{base_uri}}</a><br />
{{ text "distributing OpenPGP keys since 2019" }}
</body>
</html>