remove filename label
[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>