StrappedTemplates-0.1.1.0: General purpose templates in haskell

Safe HaskellNone
LanguageHaskell98

Text.Strapped.Parser

Synopsis

Documentation

parseTemplate :: String -> String -> Either ParseError Template Source

Take a template body and a template name and return either an error or a renderable template.