move ui under server for docker build

This commit is contained in:
Bel LaPointe
2022-02-16 16:20:08 -07:00
parent eadc4080b1
commit 5a569cb6d4
16 changed files with 1955 additions and 0 deletions

View File

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