mirror of
https://github.com/jointakahe/takahe.git
synced 2024-11-06 15:39:38 +00:00
6 lines
119 B
HTML
6 lines
119 B
HTML
{% extends "base.html" %}
|
|
|
|
{% block content %}
|
|
<h1>Page Not Found</h1>
|
|
<p>Sorry about that.</p>
|
|
{% endblock %}
|