plTenjin 0.0.2 and pyTenjin 0.6.2 released - the fastest template engine in the world
I have released plTenjin 0.0.2 and pyTenjin 0.6.2.
http://www.kuwata-lab.com/tenjin/
Tenjin is the fastest template engine in the world.
It is not only very fast but also full-featured and easy-to-use.
Changes of plTenjin from 0.0.1
Add ‘examples’ directory.
Changed to convert texts before expressions into spaces and print them when command-line option ‘-S’ specified.
Changes of pyTenjin from 0.6.1
Package name is changed from ‘pyTenjin’ to ‘Tenjin’
When ‘-S’, ‘-a retrieve’, ‘-X’, or ‘-a statements’ specified, pytenjin command replaces text before expressions into spaces and print it.
[bugfix] pytenjin command printed “\n\n” instead of “\n” when ‘-U’ specified. Fixed to print “\n”.