Safe Haskell | Safe-Infered |
---|
Re-exports all different template reading modules
- readTemplate :: String -> Template
- readHamletTemplate :: String -> Template
- readHamletTemplateWith :: HamletSettings -> String -> Template
Documentation
readTemplate :: String -> TemplateSource
Construct a Template
from a string.
readHamletTemplate :: String -> TemplateSource
Read a hamlet template using the default settings
readHamletTemplateWith :: HamletSettings -> String -> TemplateSource
Read a hamlet template using the specified settings