takahe/templates/500.html

9 lines
218 B
HTML
Raw Normal View History

{% extends "base_plain.html" %}
2022-11-20 18:18:42 +00:00
{% block content %}
<h1>Internal Error</h1>
<section class="markdown">
<p>Sorry about that. We'll try to have this working again soon.</p>
</section>
2022-11-20 18:18:42 +00:00
{% endblock %}