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

18 lines
405 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="/inbox/{{ address }}/delete/{{ uid }}">
Delete Email</a>
<br>
<a href="/logout">
Logout</a>
<h1>{{message}}</h1>
<h2>{{status}}</h2>
<pre>{{stack}}</pre>
{% endblock %}