Zope Page Templates: calling a macro from a macro

97 Views Asked by At
<span metal:define-macro="mymacro">
....
  <span metal:use-macro="mypath/macros/anothermacro">
  </span>
....
</span>

Basically it works, but it seems to create problems with permissions. Is this generally a bad idea?

0

There are 0 best solutions below