Description
Provides a Mustache template parser for Haskell. It lets applications read template files, understand placeholders and sections, and later render text from supplied data.
It is useful for web pages, emails, reports, configuration snippets, and documentation generation. It is a library component and not a visual template editor.