hagrid-keyserver--hagrid/dist/templates/found.html.hbs

21 lines
779 B
Handlebars
Raw Normal View History

2019-02-22 15:05:09 +00:00
{{#> layout }}
2019-09-27 14:21:10 +00:00
{{#with page}}
<div class="ui">
<p>
{{ text "We found an entry for <span class=\"email\">{{ query }}</span>:" rerender }}
</p>
2019-02-22 15:05:09 +00:00
2019-09-27 14:21:10 +00:00
<p>
<a href="{{ ../base_uri }}/vks/v1/by-fingerprint/{{ fpr }}">{{ ../base_uri }}/vks/v1/by-fingerprint/{{ fpr }}</a>
</p>
2019-04-25 21:39:15 +00:00
2019-09-27 14:21:10 +00:00
<p>
{{text "<strong>Hint:</strong> It's more convenient to use <span class=\"brand\">keys.openpgp.org</span> from your OpenPGP software.<br /> Take a look at our <a href=\"/about/usage\">usage guide</a> for details." }}
</p>
<div class="debug_link" style="color: transparent;">
<a href="{{ ../base_uri }}/debug?q={{ fpr }}">{{ text "debug info" }}</a>
</div>
</div>
2019-09-27 14:21:10 +00:00
{{/with}}
2019-02-22 15:05:09 +00:00
{{/layout}}