[ZPT] ZPT standard in Zope
Evan Simpson
evan@digicool.com
Wed, 25 Jul 2001 16:14:49 -0400
Peter Bengtsson wrote:
> In Zope 2.5. will DTML still be "the default template markup"?
> If not, when? (yes I know it's a tricky question)
None of this has been decided yet.
> It would be nice to be able to use a ZPT master macro in calls like this:
>
> <dtml-var standard_html_header>
> Hello
> <dtml-var standard_html_footer>
>
> What's the future visions on this?
I'm considering the possibility that macros could be made executable, so
that you could make your standard_html_header into:
<dtml-var expr="standard_html_template.exec_macro('header')">
Cheers,
Evan @ Zope