2 Oct
1999
2 Oct
'99
12:38 a.m.
try: <dtml-with folder><dtml-var method></dtml-with> -----Original Message----- From: Mike Mikkelsen [mailto:mikk@microbsys.com] Sent: Friday, October 01, 1999 4:37 PM To: zope@zope.org Subject: [Zope] rendering document in sub-folder Hello all, I can't seem to figure out how to include a document (or method) in a subfolder in the top level index_html. When I use <dtml-var "folder.method"> it just shows me the code *in* the method (or doc). When the method (or doc) is in the same folder as the index_html, it renders the included html properly. Obviously, I missed *something*. 8-) Any ideas?