fisch/views/search.html
2025-02-07 18:42:50 +01:00

8 lines
No EOL
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" .}}