[Zope] Re: Re: ZPT Problem

Mikhail mikhail@freehand.ru
Thu, 09 Jan 2003 12:53:55 +0300


beno wrote:

>>Hi,
>>
>>  <title tal:content="template/title">The Title</title>
>>
>>renders the title of the template. You want the title of the current
>>"context":
>>
>>  <title tal:content="here/title">The Title</title>
> 
> Well, that makes sense, but it's not working either. I want the equivalent
> of <dtml-var title_or_id>
> Right now I'm getting an empty string. More ideas?
> TIA,
> beno

Then you may use
<title tal:content="here/title_or_id">The Title</title>

-- 
Mikhail 'Xen' Kashkin