Genshi is a Python library that provides an integrated set of components for parsing, generating, and processing HTML, XML or other textual content for output generation on the web.
In Jinja2, I would like the following to work as it looks like it should, by running: from jinja2 import …