Artifact a5abc71db76b556c75c5c9df0a1427e1b4f0a120:
- File applications/examples/views/template_examples/test_try.html — part of check-in [eba4a35a21] at 2011-08-08 04:53:38 on branch develop — Added web2py 1.98.2 (user: spiffy, size: 118) [annotate] [blame] [check-ins using]
{{extend 'layout.html'}} <h1>Try... except</h1> {{try:}} <h2>a={{=1/0}}</h2> {{except:}} infinity</h2> {{pass}}