[Zope] Page Templates in products

Chris Beaven Chris@d-designz.co.nz
Tue, 17 Sep 2002 15:44:00 +1200


I'm pretty new to playing around with products, but a common thing I see in
products is:

from Globals import HTMLFile
product_addform = HTMLFile('www/addform', globals())

So my question is, is there a way to do a similar thing with the source of
the file being a page template rather than DTML?

Thanks,
Chris