blob: 2905cbce2853e1ec0508f7f12d3ca94964d80534 (
plain)
1
2
3
4
5
6
7
8
|
{% extends "base.html" %}
{% block content %}
<h1>searx</h1>
<form method="post" action="">
<input type="text" name="q" />
<input type="submit" value="search" />
</form>
{% endblock %}
|