tal-condition.04.html 139 Bytes
<div>
  <h1>Test tal:condition with exceptions</h1>
  <div tal:condition="a/path/that/doesnt/exists">
    Yes, we are here
  </div>
</div>