[Zope] Feeling like a newbie.. document id if statement?

Rik Hoekstra rik.hoekstra@inghist.nl
Wed, 24 May 2000 14:19:24 +0200


"J. Atwood" wrote:
> 
> Ok.. this is really dumb, but for some reason I can't get this to work.
> 
> <dtml-if "id=='index_html'">

I believe this should be 

 <dtml-if "_['id']=='index_html'">  

(isn't dtml nice sometimes)

Rik