wondering about yet another thing


is it somehow possible to nest a "define-slot" in a "fill-slot" ?


I have

<tal:block metal:define-macro="globalpage">

...header etc...
<tal:block metal:define-slot="main-content"/>
...footer etc...

</tal:block>


and

<tal:block metal:use-macro="globalpage">
<tal:block metal:fill-slot="main-content">

...main content goes here...
... would like to define a new slot here ... is that possible?

</tal:block>
</tal:block>


_______________________________________________
PHPTAL mailing list
PHPTAL@lists.motion-twin.com
http://lists.motion-twin.com/mailman/listinfo/phptal

Reply via email to