mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2024-11-22 19:41:03 +00:00
6 lines
209 B
Text
6 lines
209 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 %}
|