Description
Provides typed templates with Jinja-like syntax for Haskell. Typed templates help catch missing or mismatched template data earlier while keeping markup familiar to people who know Jinja-style templates.
It is useful for web pages, emails, generated documents, reports, and code generation. Developers should still escape user-provided values correctly for the output format.