mirror of
https://github.com/Crazyco-xyz/48hr.email.git
synced 2025-07-04 07:47:09 +02:00
14 lines
331 B
Twig
14 lines
331 B
Twig
{% extends 'layout.twig' %}
|
|
|
|
{% block body %}
|
|
<div style="float: right; text-align: end;">
|
|
<a href="/inbox/{{ address }}">
|
|
← Return to inbox</a>
|
|
<br>
|
|
<a href="/logout">
|
|
Logout</a>
|
|
</div>
|
|
<h1>{{message}}</h1>
|
|
<h2>{{error.status}}</h2>
|
|
<pre>{{error.stack}}</pre>
|
|
{% endblock %}
|