Description
Renders text templates for Python applications using a flexible template language. It helps generate HTML, configuration files, emails, scripts, and reports from reusable template files.
Templates can expose data or generate unsafe output if untrusted input is not escaped correctly. Developers should treat template sources and rendered contexts carefully.