[...] module Handler.Home where [...] - handler that generates the home page of a domain - In the homepage.hamlet file you will find the template for the home page getHomeR :: Handler Html getHomeR = defaultLayout $(widgetFile "homepage") [...]