19 Jun
2000
19 Jun
'00
8:22 p.m.
----- Original Message ----- From: "Christian Scholz" <cs@comlounge.net> To: <zope@zope.org> Sent: Monday, June 19, 2000 3:35 PM Subject: [Zope] html templates?
Imagine writing simple html templates with some custom tags which are quite abstract like <addresslist>. Then write some Python Product (or there might be one Product to make this happen a little simpler) which implements these tags.
Is there an advantage to this over: <dtml-var addresslist> (other than saving a few characters typing dtml-var)? addresslist could be a property or another DTML method... Kevin