MobileBlur

test_try.html at [6548f791b4]
Login

File applications/examples/views/template_examples/test_try.html artifact a5abc71db7 part of check-in 6548f791b4


{{extend 'layout.html'}}
<h1>Try... except</h1>

{{try:}}
   <h2>a={{=1/0}}</h2>
{{except:}}
   infinity</h2>
{{pass}}