48hr.email/infrastructure/web/views/error.twig

10 lines
206 B
Plaintext
Raw Normal View History

2023-11-01 11:48:19 +01:00
{% extends 'layout.twig' %}
{% block body %}
2023-11-03 06:11:17 +01:00
<div style="float: right"><a href="/logout"> Logout</a></div>
2023-11-01 11:48:19 +01:00
<h1>{{message}}</h1>
<h2>{{error.status}}</h2>
<pre>{{error.stack}}</pre>
{% endblock %}