Plume/templates/errors/500.tera

7 lines
187 B
Plaintext
Raw Normal View History

2018-05-09 21:09:52 +02:00
{% 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 %}