home.html 152 B

12345678
  1. {% extends "base.html" %}
  2. {% block main %}
  3. <form method="get" action="/search">
  4. <input type="text" name="q">
  5. <input type="submit">
  6. </form>
  7. {% end %}