You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
672 B
21 lines
672 B
{{#> layout }}
|
|
{{#with page}}
|
|
|
|
{{#with error}}
|
|
<p><strong>{{ text "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>
|
|
{{/with}}
|
|
{{/layout}}
|