2019-02-12 08:11:03 -05:00
|
|
|
{{#> layout }}
|
2019-09-27 10:21:10 -04: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 15:15:06 -05:00
|
|
|
|
2019-06-06 07:20:18 -04:00
|
|
|
<p>
|
2019-09-27 10:21:10 -04:00
|
|
|
{{ text "Find out more <a href=\"/about\">about this service</a>." }}
|
2019-06-06 07:20:18 -04:00
|
|
|
</p>
|
2019-06-12 08:02:45 -04:00
|
|
|
|
|
|
|
<hr />
|
|
|
|
|
|
|
|
<p>
|
2019-09-27 10:21:10 -04:00
|
|
|
<strong>{{ text "News:" }}</strong> <a href="/about/news#2019-09-12-three-months-later">Three months after launch ✨</a> (2019-09-12)
|
2019-06-12 08:02:45 -04:00
|
|
|
</p>
|
2019-09-27 10:21:10 -04:00
|
|
|
{{/with}}
|
2019-02-12 08:11:03 -05:00
|
|
|
{{/layout}}
|