Mercurial > p > roundup > code
diff CHANGES.txt @ 4749:0421390b3094
templating: Move common TAL methods to TALLoaderBase class
| author | anatoly techtonik <techtonik@gmail.com> |
|---|---|
| date | Tue, 22 Jan 2013 17:29:06 +0300 |
| parents | ef4f1cefac9c |
| children | fd90ad41d34d |
line wrap: on
line diff
--- a/CHANGES.txt Mon Jan 21 23:51:39 2013 +0300 +++ b/CHANGES.txt Tue Jan 22 17:29:06 2013 +0300 @@ -16,6 +16,7 @@ - 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) +- Introducing Template Loader API (anatoly techtonik) Fixed:
