module Web.Page(header, footer) where header query = ["" ,"" ," " ," " ," " ++ query ++ " - Hoogle" ," " ," " ," " ," " ," " ] ++ links ++ search query links = ["" ] search query = ["" ] footer = [" " ," " ,"" ]