summaryrefslogtreecommitdiff
path: root/templates/cgi_error.tmpl
blob: 6b39f2e53dd2fd0c60940af112561278c3d25683 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#import templates
#extends templates.skeleton
#from cgi import escape
#def title
Oh noes!  Error!
#end def
#def body
 <h1>There was an error processing ur request</h1>
 <div>
  $escape($error)
 </div>
#end def