Kai Vermehr wrote: > I have this body in a ZPT named 'use_randomImage': > ------------------------------------ > <body> > <span tal:replace="here/images/randomImage">image</span> > </body> > ------------------------------------ Use the structure keyword: <body> <span tal:replace="structure here/images/randomImage">image</span> </body> regards Max M