Re: Include StringTemplate

2010-03-26 Thread Russell Keith-Magee
On Sat, Mar 27, 2010 at 8:13 AM, Johannes Lichtenberger wrote: > Hello, > > wouldn't it be nice to include StringTemplate > (http://www.stringtemplate.org/)? It strictly enforces model-view > separation (in django terminology view-template) so I think it's design > is

Include StringTemplate

2010-03-26 Thread Johannes Lichtenberger
Hello, wouldn't it be nice to include StringTemplate (http://www.stringtemplate.org/)? It strictly enforces model-view separation (in django terminology view-template) so I think it's design is much better than most other if not all template engines including Djangos'. I have