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