a very fast and full-featured template engine
Project description
Tenjin is a very fast and lightweight template engine. It runs about 9 times faster than Django template engine and 60 times faster than Kid template engine.
Tenjin is based on embedded Python and you can embed any Python statements and expressions in your templates. It means that it is very easy to learn Tenjin if you are already Python user.
In addition, Tenjin supports the following features.
nestable layout template
include other template
capture part of template
file caching and memory caching
preprocessing
YAML datafile support