[Zope3-Users] Page Template not interpreted
    Frank Burkhardt 
    fbo2 at gmx.net
       
    Thu Sep  7 02:49:53 EDT 2006
    
    
  
On Wed, Sep 06, 2006 at 11:09:03PM +0200, Sébastien VINOT wrote:
> Hello,
> 
> I'm working with Philipp Von Weitershausen's book and I get a strong result concerning the "Customizing a 
> site's layout" (chapt. 8) : After setting up all the files my object receipt displays a page which contains 
> (on the code) the metal tags.
[snip]
>  <title metal:fill-slot="title"
>        tal:content="context/@@standard_macros/page">Name</title>
I dont think, the @@standard_macros view should be in a tal:content-attribut. Put the content
you want to be in this tag in this attribute:
 <title metal:fill-slot="title" tal:content="context/title">Name</title>
Regards,
Frank
    
    
More information about the Zope3-users
mailing list