2015-02-08 19:38:01 +01:00

8 lines
110 B
HTML

{% extends "errorpage.html" %}
{% block error %}
<h1>404 Not found</h1>
Nothing to see here.
{% endblock %}