Skip to content
Snippets Groups Projects
Forked from funkwhale / funkwhale
7581 commits behind the upstream repository.
500.html 313 B
{% extends "base.html" %}

{% block title %}Server Error{% endblock %}

{% block content %}
<h1>Ooops!!! 500</h1>

<h3>Looks like something went wrong!</h3>

<p>We track these errors automatically, but if the problem persists feel free to contact us. In the meantime, try refreshing.</p>
{% endblock content %}