8 lines
134 B
HTML
8 lines
134 B
HTML
{% extends 'base.html' %}
|
|
|
|
{% block content %}
|
|
<article class="error-view">
|
|
<h1>404 Page not found</h1>
|
|
</article>
|
|
{% endblock %}
|