10 lines
205 B
Plaintext
10 lines
205 B
Plaintext
|
{% extends 'layout.twig' %}
|
||
|
|
||
|
{% block body %}
|
||
|
<div style="float: right"><a href="/login"> Logout</a></div>
|
||
|
|
||
|
<h1>{{message}}</h1>
|
||
|
<h2>{{error.status}}</h2>
|
||
|
<pre>{{error.stack}}</pre>
|
||
|
{% endblock %}
|