nested block definitions

2009-09-21 Thread Michael Feingold
I am somewhat confused about the semantics for nested block definitions.Let me explain: {% block %} tag serves two purposes a) define a hole (along with the default value) to be filled later and b) define the content to replace the current value of the hole. As long as we are talking about a) I p

Re: nested block definitions

2009-09-21 Thread Michael Feingold
cks - no new ones, and inside those, nested blocks are only allowed to define new blocks - no override definitions. Would you agree? On Sep 21, 10:37 am, Daniel Roseman wrote: > On Sep 21, 4:25 pm, Michael Feingold wrote: > > > > > > > I am somewhat confused about the sema