summaryrefslogtreecommitdiff
path: root/templates/index.html
blob: 76287125b805cc690c8c0a764cd04cd132b5e22c (plain)
1
2
3
4
5
6
{{define "title"}}Index{{end}}
{{define "content"}}
	<form action="/search" method="get">
		<input id="term" name="term" type="text" placeholder="search" required>
	</form>
{{end}}