Blame view

mobile/source/ext/phptal/tests/input/tal-define.13.html 258 Bytes
a1684257   Administrator   first commit
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>