Re: Multi-level template blocks

2008-07-15 Thread Gregg Lobdell
Thanks for the reply. It does work! Doh! I had a stupid error. In the middle template of the real templates, I had (%block layer_special %) instead of {%block layer_special%}. Parens instead of curly brace. Arg. Once again, thanks for the help. To know that it SHOULD work helped me find th

Re: Multi-level template blocks

2008-07-15 Thread Arien
On Mon, Jul 14, 2008 at 11:54 PM, Gregg Lobdell <[EMAIL PROTECTED]> wrote: > I'm converting an application from hand-constructed Python that builds > a large web site to Django templates. The site has multiple layers. > All pages share the same basic layout, header, footer, etc. On each > interm

Multi-level template blocks

2008-07-14 Thread Gregg Lobdell
I'm new to Django, and I'm struggling with something that seems to be do-able. Maybe I'm thinking about the problem wrong. Help? I'm converting an application from hand-constructed Python that builds a large web site to Django templates. The site has multiple layers. All pages share the same b