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