Re: django templates in javascript

2008-05-03 Thread Robert Coup
On Sat, May 3, 2008 at 8:40 PM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Was looking into using javascript templates for client side html > creation but everything was so bloated until I found this: > http://www.devhd.com/item0002.htm. It does all the heavy lifting on > the server and

django templates in javascript

2008-05-03 Thread [EMAIL PROTECTED]
Was looking into using javascript templates for client side html creation but everything was so bloated until I found this: http://www.devhd.com/item0002.htm. It does all the heavy lifting on the server and generates javascript functions that take a context parameter. You can then simply include t