22 Jul
2003
22 Jul
'03
5:26 p.m.
----- Original Message ----- From: "Paul Winkler" <pw_lists@slinkp.com> To: <zope@zope.org> Sent: Tuesday, July 22, 2003 5:36 PM Subject: Re: [Zope] ZPT macro using a macro from the same page template
On Tue, Jul 22, 2003 at 11:26:57AM -0400, Paul Winkler wrote:
in that case, you'll need to have a way to get to the original template by name. The simplest is to give the name explicitly, e.g. here/some_template_name/macros/aux
another technique if you need something more flexible: http://www.zopelabs.com/cookbook/1014285275
Thanks Paul, I was in just process to experiment the Python way. This confirms I was in the good way. --Gilles