forgive my ignorance, but I do not obtain to make my templates to function. template does not read the data of the master template. I have master template: <html xmlns:tal="http://xml.zope.org/namespaces/tal" xmlns:metal="http://xml.zope.org/namespaces/metal" metal:define-macro="master"> <head> <title tal:content="here/title">The title</title> </head> <body bgcolor="#999999"> <div metal:define-slot="main"> If you supply a tag with a 'fill-macro="main"' attribute when using this macro, that tag will replace this text. </div> <p tal:content="structure here/ZopeAttributionButton"></p> </body> </html> and template: <html xmlns:tal="http://xml.zope.org/namespaces/tal" xmlns:metal="http://xml.zope.org/namespaces/metal" metal:use-macro="here/define/macros/master"> <head> <title tal:content="here/title">The title</title> </head> <body bgcolor="#999999"> <div metal:fill-slot="main"> <p>Welcome to the machine</p> </div> <p tal:content="structure here/ZopeAttributionButton"></p> </body> </html> template would have to read slot " main " but this is not happening when I call template above it only shows the text " Welcome you the machine ". shouldn't appear " If you supply tag with ' fill-macro="main " ' attribute when using this macro, that tag will replace this text. " too? template isn't reading master... does anybody knows what is happening? I already tried many times to make this example to function but I did not obtain... [ ], Daniel Dias Brasil! ________________________________________________________________________ O YAHOO! GEOCITIES CHEGOU AO BRASIL! Crie sua home page com tudo em português - http://br.geocities.com