Description
Provides a Haskell implementation of the StringTemplate templating system. It helps software generate text from templates, such as reports, code fragments, configuration snippets, or formatted messages.
This is useful for developers whose Haskell applications need repeatable text generation. It is a library used from code and does not add a separate editor or template-design program.