templates!

This commit is contained in:
Bel LaPointe
2022-02-14 08:50:48 -07:00
parent 7eb260bfcf
commit f0f6f2c842
5 changed files with 15 additions and 4 deletions

View File

@@ -0,0 +1,6 @@
{{ define "_searchbar" }}
<form class="columns" action="/ui/search" method="GET">
<input class="thic_flex" type="text" name="searchbox" placeholder="space delimited search regexp"/>
<input class="info lil_btn" type="submit" value="search"/>
</form>
{{ end }}