Blame view

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