22 Jul
2003
22 Jul
'03
1:44 p.m.
Hi, I made an all purpose widget macros collection template, and one macro from the template is used by another one. Is there a kind of shortcut to tell the main macro that the secondary macro is defined in the same template ? <div metal:define-macro="aux"> </div> <div metal:define-macro="main"> <div metal:use-macro="xxx/aux"> </div> </div> Thanks in advance for the hints --Gilles