2019-02-12 08:11:03 -05:00
<!doctype html>
2019-09-27 16:12:36 -04:00
<html lang=" {{ lang }} ">
2019-02-12 08:11:03 -05:00
<head>
<meta charset=utf-8>
2019-09-27 16:12:36 -04:00
<title> {{ text "Verify {{userid}} for your key on {{domain}}" rerender }} </title>
2019-02-12 08:11:03 -05:00
</head>
<body>
2019-03-11 12:02:45 -04:00
<p>
2019-09-27 16:12:36 -04:00
{{ text "Hi," }}
2019-03-11 12:02:45 -04:00
<p>
2019-11-06 04:52:11 -05:00
{{ text "This is an automated message from <a href=\"{{base_uri}}\" style=\"text-decoration:none; color: #333\">{{domain}}</a>." rerender }}
2019-11-02 11:01:20 -04:00
{{ text "If you didn't request this message, please ignore it." }}
2019-03-11 12:02:45 -04:00
<p>
2019-09-27 16:12:36 -04:00
{{ text "OpenPGP key: <tt>{{primary_fp}}</tt>" rerender }}
2019-03-11 12:02:45 -04:00
<p>
2019-09-27 16:12:36 -04:00
{{ 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 }}
2019-03-11 12:02:45 -04:00
<p>
2019-11-02 10:32:17 -04:00
<a rel="nofollow" href=" {{ uri }} "> {{ uri }} </a>
2019-03-11 12:02:45 -04:00
<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 11:13:40 -04:00
<p>
2019-11-02 11:01:20 -04:00
<a href=" {{ base_uri }} "> {{ base_uri }} </a><br />
2019-11-02 10:32:17 -04:00
{{ text "distributing OpenPGP keys since 2019" }}
2019-02-12 08:11:03 -05:00
</body>
</html>