First time here? Check out the FAQ!

Revision history  [back]

Jinja2 templates are a lot faster - that's mainly why. I've rewritten templates in Jinja2 and got at least 5x speedup of rendering.

It is a pain to integrate django template tags into Jinja2, I think it will be easier to rewrite some tags as Jinja2 macros.