>"Zope" is the name of the main folder so when you do <dtml-var >title> you are getting that folder's title. > ><dtml-var title_or_id> will give you the title or id of the object >that it is within (DTML Document title or id). That is probably what >you want. Well, that don't work either. And if I am correct; <dtml-var title_or_id> yields the same results as <!--var title_or_id--> right?