mail-accounts/templates/error.html

11 lines
210 B
HTML
Raw Permalink Normal View History

2023-08-28 22:07:40 +02:00
{% extends "base.html" %}
{% block title %}
Internal Error
{% endblock title %}
{% block head %}
{{ super() }}
{% endblock head %}
{% block content %}
<h1>Internal Error</h1>
{% endblock content %}