Plume/templates/errors/500.html.tera
2018-06-17 16:26:15 +01:00

6 lines
211 B
Text

{% extends "errors/base" %}
{% block error %}
<h1>{{ "Something broke on our side." | _ }}</h1>
<h2>{{ "Sorry about that. If you think this is a bug, please report it." | _ }}</h2>
{% endblock error %}