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