MobileBlur

test_try.html at [eba4a35a21]
Login

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


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

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