2020-03-29 23:05:33 +00:00
|
|
|
{% extends 'layout.html' %}
|
|
|
|
{% block content %}
|
|
|
|
|
2020-09-30 22:04:57 +00:00
|
|
|
<div class="block">
|
|
|
|
<h2 class="title">Not Found</h2>
|
2020-03-29 23:05:33 +00:00
|
|
|
<p>The page your requested doesn't seem to exist!</p>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
{% endblock %}
|