> Another variant I tested is > <p tal:replace="structure nocall:here/aText.html">dummy</p> > But here the literal HTML source is included in my document > which is not > what I want. > > Did I miss something? This works for me... <p tal:replace="structure aText.html()">dummy</p> /Magnus