2022-12-22 21:06:35 +00:00
|
|
|
{% extends "base_plain.html" %}
|
2022-11-05 20:17:27 +00:00
|
|
|
|
|
|
|
{% block content %}
|
|
|
|
<h1>Page Not Found</h1>
|
2022-12-22 21:06:35 +00:00
|
|
|
<section class="markdown">
|
|
|
|
<p>Sorry about that.</p>
|
|
|
|
</section>
|
2022-11-05 20:17:27 +00:00
|
|
|
{% endblock %}
|