#11: do not index some more pages
[phorkie.git] / data / templates / exception.htm
1 <!DOCTYPE html>
2 <html>
3  <head>
4   <link rel="stylesheet" href="/css/phorkie.css" />
5   <title>Error - phorkie</title>
6   <meta name="robots" content="noindex"/>
7  </head>
8  <body>
9   <article>
10    <h1>Error</h1>
11    <p>
12     {{exception.getMessage}}
13    </p>
14    {% if debug %}
15    <pre>{{exception.getTraceAsString}}</pre>
16    {% endif %}
17   </article>
18  </body>
19 </html>