tal:content

Dieses Attribut ersetzt den Auszeichnungsinhalt durch das Ergebnis des enthaltenen Ausdrucks.

<span tal:define="myvar string:my string"/>
<span tal:content="myvar">will be replaced</span>

Ergibt:

<span>my string</span>