Description
Renders text templates from Python code with a small and fast template engine. It helps applications generate HTML pages, emails, configuration snippets, or other structured text from reusable layouts.
Developers use it as a library inside their own programs. Template output may include user data, so escape or validate content correctly when generating HTML or other formats with security impact.