<span tal:define="text str:Anything, structure /here/something"> <p tal:insert="text" /> <p tal:replace="structure" /> </span> Is there a problem with our keyword modifiers "global", "text", and "structure" clashing with variables and thus creating ambiguity? -- todd