Files
web2py/applications/examples/views/template_examples/test_try.html
Massimo Di Pierro e9fadbc40b added tagcloud
2011-11-23 01:14:19 -06:00

8 lines
118 B
HTML

{{extend 'layout.html'}}
<h1>Try... except</h1>
{{try:}}
<h2>a={{=1/0}}</h2>
{{except:}}
infinity</h2>
{{pass}}