2022-06-16 15:19:26 +01:00
|
|
|
{% extends "components/base.html" %}
|
2022-06-15 11:43:04 +01:00
|
|
|
|
|
|
|
{% block content %}
|
|
|
|
<h1>Page Not Found</h1>
|
|
|
|
<p>
|
|
|
|
The page you were looking for does not exist. Try going back and navigating to the desired destination correctly.
|
|
|
|
</p>
|
|
|
|
{% endblock %}
|