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

32 lines
940 B
Handlebars
Raw Normal View History

2019-02-12 13:11:03 +00:00
{{#> layout }}
2019-09-27 14:21:10 +00:00
{{#with page}}
{{#with error}}
<p><strong>Error</strong>: {{ this }}</p>
{{/with}}
<form action="/search" method="GET">
<div class="search">
<input type="text" class="searchTerm" id="search" name="q" autofocus placeholder="{{ text "Search by Email Address / Key ID / Fingerprint" }}">
<button type="submit" class="searchButton button">
<img src="/assets/search.svg" style="width: 1em; padding-bottom: 4px;"> {{ text "Search" }}
</button>
</div>
</form>
<p>
{{ text "You can also <a href=\"/upload\">upload</a> or <a href=\"/manage\">manage</a> your key." }}
</p>
2019-02-22 20:15:06 +00:00
2019-06-06 11:20:18 +00:00
<p>
2019-09-27 14:21:10 +00:00
{{ text "Find out more <a href=\"/about\">about this service</a>." }}
2019-06-06 11:20:18 +00:00
</p>
2019-06-12 12:02:45 +00:00
<hr />
<p>
<strong>{{ text "News:" }}</strong> {{ text "<a href=\"/about/news#2019-11-12-celebrating-100k\">Celebrating 100.000 verified addresses! 📈</a> (2019-11-12)" }}
2019-06-12 12:02:45 +00:00
</p>
2019-09-27 14:21:10 +00:00
{{/with}}
2019-02-12 13:11:03 +00:00
{{/layout}}