takahe/templates/404.html
2022-11-05 14:17:27 -06:00

6 lines
119 B
HTML

{% extends "base.html" %}
{% block content %}
<h1>Page Not Found</h1>
<p>Sorry about that.</p>
{% endblock %}