# Pastebin oeHOLU6u template :: (Assets -> Text) -> Html () template buildAssetLink = doctypehtml_ $ do head_ $ do meta_ [charset_ "utf-8"] title_ "Title" link_ [rel_ "stylesheet", href_ "/main.css"] script_ [src_ $ buildAssetLink mainCss] (mempty:: Text) body_ $ do h1_ "Test"