2019-04-05 11:07:40 -04:00
|
|
|
<!doctype html>
|
2019-09-27 16:12:36 -04:00
|
|
|
<html lang="{{lang}}">
|
2019-04-05 11:07:40 -04:00
|
|
|
<head>
|
|
|
|
<meta charset=utf-8>
|
2019-09-27 10:21:10 -04:00
|
|
|
<title>{{ text "Manage your key on {{domain}}" rerender }}</title>
|
2019-04-05 11:07:40 -04:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<p>
|
2019-09-27 10:21:10 -04:00
|
|
|
{{ text "Hi," }}
|
2019-04-05 11:07:40 -04:00
|
|
|
<p>
|
2019-09-27 10:21:10 -04:00
|
|
|
{{ 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." }}
|
2019-04-05 11:07:40 -04:00
|
|
|
<p>
|
2019-09-27 10:21:10 -04:00
|
|
|
{{ text "OpenPGP key: <tt>{{ primary_fp }}</tt>" rerender }}
|
2019-04-05 11:07:40 -04:00
|
|
|
<p>
|
2019-09-27 10:21:10 -04:00
|
|
|
{{ text "To manage and delete listed addresses on this key, please follow the link below:" }}
|
2019-04-05 11:07:40 -04:00
|
|
|
<p>
|
2019-06-06 12:10:47 -04:00
|
|
|
<a href="{{uri}}">{{uri}}</a>
|
|
|
|
<p>
|
2019-09-27 16:12:36 -04:00
|
|
|
{{ text "You can find more info at <a href=\"{{ base_uri }}/about\">{{ domain }}/about</a>." rerender }}
|
2019-06-06 12:10:47 -04:00
|
|
|
<p>
|
2019-09-27 10:21:10 -04:00
|
|
|
{{ 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-04-05 11:07:40 -04:00
|
|
|
</body>
|
|
|
|
</html>
|