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

12 lines
244 B
Handlebars
Raw Normal View History

2019-02-22 15:05:09 +00:00
{{#> layout }}
<div class="row">
<p class="key-not-found">
No key available for <em>{{ query }}</em>.
</p>
2019-02-22 22:38:31 +00:00
<p>You can only search by valid email, OpenPGP fingerprint, and Key ID.</p>
2019-02-22 15:05:09 +00:00
</div>
2019-02-22 19:58:31 +00:00
{{> search-form}}
2019-02-22 15:05:09 +00:00
{{/layout}}