805342a066c3ae44b462cda56b52acd219e98dfd
[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   </article>
14  </body>
15 </html>