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/templates/index.html.hbs

7 lines
175 B
Handlebars
Raw Normal View History

2019-02-12 08:11:03 -05:00
{{#> layout }}
2019-02-22 14:58:31 -05:00
{{> search-form}}
2019-02-22 10:02:22 -05:00
<div class="row">
<p>You can also <a href="/upload">upload</a> or <a href="/vks/manage">delete</a> your key.</p>
</div>
2019-02-12 08:11:03 -05:00
{{/layout}}