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