mirror of
https://github.com/Crazyco-xyz/48hr.email.git
synced 2025-12-14 13:56:32 +01:00
11 lines
283 B
Twig
11 lines
283 B
Twig
{% extends 'layout.twig' %}
|
|
|
|
{% block body %}
|
|
<div class="action-links">
|
|
<a href="/inbox/{{ address }}">← Return to inbox</a>
|
|
<a href="/logout">Logout</a>
|
|
</div>
|
|
<h1>{{message}}</h1>
|
|
<h2>{{error.status}}</h2>
|
|
<pre>{{error.stack}}</pre>
|
|
{% endblock %}
|