Update jQuery from 1.12.4 to 3.7.1
[phorkie.git] / data / templates / exception.htm
1 <!DOCTYPE html>
2 <html>
3   <head>
4   <base href="{{baseurl}}" />
5   <link rel="stylesheet" href="css/phorkie.css" />
6   <title>Error - phorkie</title>
7   <meta name="robots" content="noindex"/>
8  </head>
9  <body>
10   <article>
11    <h1>Error</h1>
12    <p>
13     {{exception.getMessage}}
14    </p>
15    {% if debug %}
16    <pre>{{exception.getTraceAsString}}</pre>
17    {% endif %}
18   </article>
19  </body>
20 </html>