Re: View design patterns for inherited templates

2009-03-02 Thread Malcolm Tredinnick
On Mon, 2009-03-02 at 05:00 -0800, Daniel Roseman wrote: > On Mar 2, 10:41 am, Mattias wrote: > > Hi, > > > > I'm just learning Django, and had a question with my first site. > > > > To have a common layout for multiple pages (even those in different > > applications / python

Re: View design patterns for inherited templates

2009-03-02 Thread Daniel Roseman
On Mar 2, 10:41 am, Mattias wrote: > Hi, > > I'm just learning Django, and had a question with my first site. > > To have a common layout for multiple pages (even those in different > applications / python code folders) on the site, I'm using template > inheritance. > But the

View design patterns for inherited templates

2009-03-02 Thread Mattias
Hi, I'm just learning Django, and had a question with my first site. To have a common layout for multiple pages (even those in different applications / python code folders) on the site, I'm using template inheritance. But the base template uses a few variables, for example the name of the