takahe/templates/500.html
2022-12-22 13:06:35 -08:00

9 lines
218 B
HTML

{% extends "base_plain.html" %}
{% block content %}
<h1>Internal Error</h1>
<section class="markdown">
<p>Sorry about that. We'll try to have this working again soon.</p>
</section>
{% endblock %}