summaryrefslogtreecommitdiffstats
path: root/web/templates/home.html
blob: 34fe371ee7a3fcc7a689901c35817590d0a6f9da (plain)
1
2
3
4
5
6
7
8
{% extends "base.html" %}

{% block main %}
<form method="get" action="/search">
	<input type="text" name="q">
	<input type="submit">
</form>
{% end %}