tal-define.13.html 258 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 <root> <tal:block tal:define="foo string:foo value 1"><span tal:content="foo"/></tal:block> <span tal:content="exists:foo"/> <tal:block tal:define="global foo string:foo value 2"/> <span tal:content="foo"/> <span tal:content="exists:foo"/> </root>