Description
Logic-light templates can be rendered inside C applications with a small implementation of the Mustache specification. It is useful for developers who need native templating without bringing in a large framework.
Template rendering can expose data if templates or inputs are untrusted. Validate where templates come from and escape generated output for the target format.