2022-12-22 13:06:35 -08:00
|
|
|
{% extends "base_plain.html" %}
|
2022-11-20 10:18:42 -08:00
|
|
|
|
|
|
|
{% block content %}
|
2022-12-22 13:06:35 -08:00
|
|
|
<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 10:18:42 -08:00
|
|
|
{% endblock %}
|