[Zope] title and dtml-let

Michel Pelletier michel@digicool.com
Mon, 20 Mar 2000 09:45:47 -0800


jessica lee tishmack wrote:
> 
> Currently, I have a customized standard html header, and would like to be
> able to use the same header for all files, but have different titles for
> each...I have tried using this in my header:
> 
> <title><dtml-let var="'TITLE'"></dtml-let></title>

Just say:

<title><dtml-var title></title>

You don't need the let tag.

-Michel