| Copyright | © 2016 Stack Builders |
|---|---|
| License | BSD 3 clause |
| Maintainer | Mark Karpov <markkarpov@openmailbox.org> |
| Stability | experimental |
| Portability | portable |
| Safe Haskell | None |
| Language | Haskell2010 |
Text.Mustache.Render
Description
Functions for rendering Mustache templates. You don't usually need to import the module, because Text.Mustache re-exports everything you may need, import that module instead.
- renderMustache :: Template -> Value -> Text