StrappedTemplates-0.2.0.2: General purpose templates in haskell

Safe HaskellNone
LanguageHaskell98

Text.Strapped.Render

Contents

Synopsis

Documentation

combineBuckets :: InputBucket m -> InputBucket m -> InputBucket m Source

If the first bucket fails, try the second.

varBucket :: String -> Input m -> InputBucket m Source

Basic bucket. Matches on string and return input. Returns Nothing for everything else.

defaultConfig :: StrappedConfig Source

Default render configuration. No text escaping.

Building Custom Tags