[ZPT] metal macros expansion extremes
Peter Bengtsson
mail@peterbe.com
Mon, 21 May 2001 17:37:50 +0200
We want to develop a lot of our templates (not really proper templates)
using ZPT.
Currently, the so called templates aren't real full blooded templates. They
don't have a <dtml-var standard_html_header> or ...footer>
Some of them are just a little table or a piece of text.
When we start using ZPT instead I would like to be able to have the <html>,
<body>, <head> tags in there so that we can open them easily in Golive.
Do I use Metal macros for this purpose?
Is it possible?
Hints?
Peter