- type Html = HtmlM ()
- shamlet :: QuasiQuoter
- shamletFile :: FilePath -> Q Exp
- xshamlet :: QuasiQuoter
- xshamletFile :: FilePath -> Q Exp
- type HtmlUrl url = Render url -> Html
- hamlet :: QuasiQuoter
- hamletFile :: FilePath -> Q Exp
- xhamlet :: QuasiQuoter
- xhamletFile :: FilePath -> Q Exp
- type HtmlUrlI18n msg url = Translate msg -> Render url -> Html
- ihamlet :: QuasiQuoter
- ihamletFile :: FilePath -> Q Exp
- data HamletSettings
- hamletWithSettings :: Q HamletRules -> HamletSettings -> QuasiQuoter
- hamletFileWithSettings :: Q HamletRules -> HamletSettings -> FilePath -> Q Exp
- defaultHamletSettings :: HamletSettings
- xhtmlHamletSettings :: HamletSettings
- data Env = Env {}
- data HamletRules = HamletRules {}
Plain HTML
shamletFile :: FilePath -> Q ExpSource
xshamletFile :: FilePath -> Q ExpSource
Hamlet
type HtmlUrl url = Render url -> HtmlSource
A function generating an Html
given a URL-rendering function.
hamletFile :: FilePath -> Q ExpSource
xhamletFile :: FilePath -> Q ExpSource
I18N Hamlet
type HtmlUrlI18n msg url = Translate msg -> Render url -> HtmlSource
A function generating an Html
given a message translator and a URL rendering function.
ihamletFile :: FilePath -> Q ExpSource
Internal, for making more
data HamletSettings Source
Settings for parsing of a hamlet document.
hamletFileWithSettings :: Q HamletRules -> HamletSettings -> FilePath -> Q ExpSource
defaultHamletSettings :: HamletSettingsSource
Defaults settings: HTML5 doctype and HTML-style empty tags.