5 lines
104 B
HTML
5 lines
104 B
HTML
{% extends "base.html" %}
|
|
{% block content %}
|
|
The requested page could not be found!
|
|
{% endblock %}
|