Forked from
funkwhale / funkwhale
7581 commits behind the upstream repository.
-
Eliot Berriot authored76f98b74
404.html 192 B
{% extends "base.html" %}
{% block title %}Page Not found{% endblock %}
{% block content %}
<h1>Page Not found</h1>
<p>This is not the page you were looking for.</p>
{% endblock content %}