Why should I use Jinja?
There are dozens of template engines for Python, many of them try to achieve different things. If you are looking for a XML based template engine have a look at genshi, if you want a bleezing fast template engine with the full range of python constructs have a look at mako. If you want sandboxed templates you probably want to check out Jinja.