Plume/templates/errors/500.html.tera

6 lines
185 B
Text

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