Description
Provides Mustache template support for Haskell. Mustache templates let applications fill predefined text or HTML structures with data while keeping presentation separate from program logic.
It is useful for generating pages, emails, configuration snippets, reports, and other structured text. It is a developer library and not a visual template editor.