Description
Renders Handlebars-compatible templates from Python. It helps applications generate text, HTML, configuration, or documents from structured data while sharing template syntax with JavaScript projects.
Template rendering can expose unescaped user content if used incorrectly. Choose escaping rules appropriate for the output format and treat templates from untrusted sources carefully.