[ZOPE] newbie question: getting title_or_id from calling document

Simon Brogden sbrogden@ehive.co.uk
Mon, 15 Oct 2001 18:05:18 +0100


Hello!

I'm trying to create a standard_header that when included in a document
uses the calling documents namespace. So, if the standard_header was:
<html>
<head>
<title><dtml-var title_or_id></title
</head>
...
...

and the index_html document had as it's first line:
<dtml-var standard_header>

How can I make the standard header DTML document write the title/ID of
index_html or any of the documetns that call/include it?.

Apologies in advance if I'm being thick.

Cheers,
Simon.