Re: converting to a template

2011-11-24 Thread Tom Evans
On Thu, Nov 24, 2011 at 4:40 PM, marjenni wrote: > > I have a python script in which I am building up an html page, and > then making a call to HttpResponse(html) to show the page. > > > Now I want to start to using templates, but this is not as easy as I > hoped because my html contains a table w

converting to a template

2011-11-24 Thread marjenni
I have a python script in which I am building up an html page, and then making a call to HttpResponse(html) to show the page. Now I want to start to using templates, but this is not as easy as I hoped because my html contains a table with a lot of information, and I don't know how to make functi