move js-add button and logic into separate file, make it available in new pastes
[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>