The root function performs these actions. root :: String -> [Entity] -> H.Html root partition notes = H.html $ do H.head $ H.title $ H.toHtml "Notes" H.body ...
確定! 回上一頁