It should be possible to do this. The way templates handle include files has
been broken. This is what it should be doing
PARENT
LOAD include_filename
CREATE PARSE TREE
EXTEND PARSE TREE TO PARENT
CONTINUE
In effect, the entire tree of the included file gets grafted back onto the
parent tree as if the included file never existed.
tl;dr; Should work just fine, somethings broke, plz help fix!
--
Thadeus
On Thu, May 5, 2011 at 1:37 PM, Massimo Di Pierro <
[email protected]> wrote:
> uded in one of the blocks seems to extend a block included
> in another block. I am unsure this is suppo
>