index.html 193 B

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