Re: newbie questions: common components in django

2009-07-19 Thread Gabriel Gunderson
On Sat, Jul 18, 2009 at 7:08 PM, online wrote: > I know i can have common stuff like this in django > > > > {% include "header.html" %} > > > blah > > > {% include "footer.html" %} > > > but it seems i need to pass data footer.html and header.html every > time i

Re: newbie questions: common components in django

2009-07-18 Thread Alex Gaynor
On Sat, Jul 18, 2009 at 8:08 PM, online wrote: > > Hi all, > > I know i can have common stuff like this in django > > > > {% include "header.html" %} > > > blah > > > {% include "footer.html" %} > > > but it seems i need to pass data footer.html and header.html

newbie questions: common components in django

2009-07-18 Thread online
Hi all, I know i can have common stuff like this in django {% include "header.html" %} blah {% include "footer.html" %} but it seems i need to pass data footer.html and header.html every time i include these pages? Thanks --~--~-~--~~~---~--~~ You