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 %}