X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/blobdiff_plain/618e384daea47ffcacee824c36a041f4a38f4ea5:/code/templates/error.tmpl..01cd9908731ffbf23f58fde2b64153a35e950a80:/code/templates/error.mako diff --git a/code/templates/error.tmpl b/code/templates/error.mako similarity index 73% rename from code/templates/error.tmpl rename to code/templates/error.mako index ff9b4e0..51c6a65 100644 --- a/code/templates/error.tmpl +++ b/code/templates/error.mako @@ -1,11 +1,10 @@ -#from skeleton import skeleton -#extends skeleton +<%page expression_filter="h"/> +<%inherit file="skeleton.mako" /> -#def title +<%def name="title()"> ERROR! -#end def + -#def body

Uh-oh! We experienced an error. Sorry about that. We've gotten mail about it.

@@ -15,6 +14,5 @@ consistently biting you and we don't seem to be fixing it.

In case you're curious, the gory details are below.

-$details
+${details}
 
-#end def