[ZPT] URL query string variables to call a macro or template

Dieter Maurer dieter at handshake.de
Wed Sep 15 15:22:38 EDT 2004


KJ Moffatt, Careers Advisory Service wrote at 2004-9-15 14:51 +0100:
>I want to use the url query string variables (e.g. 
>index_html?id=book1&page=19) to call a macro or template.
> ...
><div metal:use-macro="here/$incfile/macros/$incname">footer</div>

Try:

   ... use-macro="here/?incfile/macros/?incname"...

-- 
Dieter


More information about the ZPT mailing list