8 lines
220 B
HTML
8 lines
220 B
HTML
|
{{template "partials/base-top" .}}
|
||
|
|
||
|
<form action="/search" method="post">
|
||
|
<input type="text" name="search" placeholder="Suche . . .">
|
||
|
<button type="submit">🔍</button>
|
||
|
</form>
|
||
|
|
||
|
{{template "partials/base-bottom" .}}
|