Description
Provides a template engine for modern C++. Template engines combine structured data with template files to generate text formats such as HTML, configuration, reports, or source files.
It is useful for C++ web services, code generation, document generation, and applications that need user-editable output templates. Developers should escape untrusted values correctly for the target output format.