6 lines
87 B
HTML
6 lines
87 B
HTML
{% extends 'layout.html' %}
|
|
{% block body %}
|
|
|
|
<h1>Page Not Found</h1>
|
|
|
|
{% endblock %} |