18 May
2003
18 May
'03
11:28 p.m.
Clemens Robbenhaar wrote:
The default 'index_html' then would like:
<html metal:use-macro="here/standard_html_layout/macros/main"> <body metal:fill-slot="content"> <tal:block content="structure here/zope_quick_start" /> </body> </html>
Hm, now people have to swallow METAL, too. Does this look like a good or a bad thing?
I believe this is a good thing. METAL embodies the power of ZPT... the more people are encouraged to use ZPT + METAL, the better/more reusable/less redundant their code will be, i.e., they will thank you in the long run. Don't you think?