30 Jan
2004
30 Jan
'04
2:02 p.m.
From: "Edward Comber" <zope@comber.org>
but this is DTML and I'm trying to do it through ZPT.
That depends on what you want to include. To "include" more ZPT code you use macros. But to just include the rendering of something else, you use the tal:contents command.
To include Zope files I thought I needed to know their extension but the extension is not displayed in Zope and I can't find the files on disk - I presume they are stored in the DB. I came to the conclusion that you refer to them as objects simply by name.
Exactly.