mirror of
https://github.com/jointakahe/takahe.git
synced 2024-11-13 10:51:03 +00:00
8 lines
175 B
HTML
8 lines
175 B
HTML
{% extends "base_plain.html" %}
|
|
|
|
{% block content %}
|
|
<h1>Page Not Found</h1>
|
|
<section class="markdown">
|
|
<p>Sorry about that.</p>
|
|
</section>
|
|
{% endblock %}
|