Description
Renders XML-based templates with a syntax inspired by Genshi and block ideas familiar from Jinja. It helps Python applications generate HTML, XML, emails, or structured text from reusable templates.
Templates that handle user content need correct escaping and trusted template sources. Unsafe template use can expose data or create vulnerable generated pages.