Mercurial > p > roundup > code
diff CHANGES.txt @ 4743:2d6959f1d2df
templating: proof of concept for Jinja2 support. Select 'jinja2'
template_engine in config and place .html templates into
html/jinja2
| author | anatoly techtonik <techtonik@gmail.com> |
|---|---|
| date | Thu, 17 Jan 2013 15:21:54 +0300 |
| parents | fe9568a6cbd6 |
| children | ef4f1cefac9c |
line wrap: on
line diff
--- a/CHANGES.txt Thu Jan 17 09:08:50 2013 +0300 +++ b/CHANGES.txt Thu Jan 17 15:21:54 2013 +0300 @@ -13,6 +13,9 @@ limiting the responsibility of Loaders to compilation and rendering. Internally, templating.find_template is replaced with client.selectTemplate (anatoly techtonik) +- Experimental proof of concept code for Jinja2 templating engine. + Select 'jinja2' template_engine in config and place templates into + html/jinja2 to play with (anatoly techtonik) Fixed:
