summaryrefslogtreecommitdiff
path: root/templates/index.html
blob: 4b167281bcf17f6deb5b4f96d778c74c7beccc0e (plain)
1
2
3
4
5
6
7
8
9
10
11
{{define "title"}}Index{{end}}
{{define "content"}}
	<form action="/search" method="get">
		<input id="term" name="term" type="text" placeholder="search" required>
		<select id="lang" name="lang">
			<option>en</option>
			<option>fr</option>
			<option>de</option>
		</select>
	</form>
{{end}}