module Panda.View.Widget.SearchBar where import Panda.Helper.Env hiding (header) search_bar = div_id "search" << form ! [action "/search", method "get"] << thediv << textfield "s"