tal-define.01.html 190 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 <span> <span tal:define="global foo 'foo'; global bar 'bar'; global foobar php: foo . bar"/> <span tal:content="foo"/> <span tal:content="bar"/> <span tal:content="foobar"/> </span>