Copyright | © 2016–2017 Stack Builders |
---|---|
License | BSD 3 clause |
Maintainer | Mark Karpov <markkarpov@openmailbox.org> |
Stability | experimental |
Portability | portable |
Safe Haskell | None |
Language | Haskell2010 |
Functions for rendering Mustache templates. You don't usually need to import the module, because Text.Microstache re-exports everything you may need, import that module instead.
- renderMustache :: Template -> Value -> Text
- renderMustacheW :: Template -> Value -> ([MustacheWarning], Text)
Documentation
renderMustacheW :: Template -> Value -> ([MustacheWarning], Text) Source #
Like renderMustache
but also return a list of warnings.
Since: 1.0.1