Blame view

mobile/source/ext/phptal/tests/input/tal-condition.04.html 139 Bytes
a1684257   Administrator   first commit
1
2
3
4
5
6
  <div>
    <h1>Test tal:condition with exceptions</h1>
    <div tal:condition="a/path/that/doesnt/exists">
      Yes, we are here
    </div>
  </div>