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>