500.html
 1 <html>
2 <head>
3 <title>Internal Server Error</title>
4 </head>
5 <body>
6 <h1>Internal Server Error</h1>
7 An error occurred while processing your ${script-name} request.
8 <hr/>
9 <h1>Error Message</h1>
10 <pre>${error}</pre>
11 <h1>Backtrace</h1>
12 <pre>${backtrace}</pre>
13 <hr/>
14 <a href="http://weitz.de/hunchentoot">Hunchentoot</a> ${hunchentoot-version} running on ${lisp-implementation-type} ${lisp-implementation-version}
15 <hr/>
16 <img src="/img/made-with-lisp-logo.jpg" width="300" height="100"/>
17 </body>
18 </html>