9 Jan
2003
9 Jan
'03
9:53 a.m.
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