revision display support
[phorkie.git] / data / templates / exception.htm
1 <!DOCTYPE html>
2 <html>
3  <head>
4   <link rel="stylesheet" href="phorkie.css" />
5   <title>Error - phorkie</title>
6  </head>
7  <body>
8   <article>
9    <h1>Error</h1>
10    <p>
11     {{exception.getMessage}}
12    </p>
13    {% if debug %}
14    <pre>{{exception.getTraceAsString}}</pre>
15    {% endif %}
16   </article>
17  </body>
18 </html>