8 lines
110 B
HTML
8 lines
110 B
HTML
{% extends "errorpage.html" %}
|
|
|
|
{% block error %}
|
|
<h1>404 Not found</h1>
|
|
|
|
Nothing to see here.
|
|
{% endblock %}
|