8 lines
110 B
HTML
Raw Normal View History

2015-02-08 19:38:01 +01:00
{% extends "errorpage.html" %}
{% block error %}
2015-02-08 19:25:10 +01:00
<h1>404 Not found</h1>
Nothing to see here.
2015-02-08 19:38:01 +01:00
{% endblock %}