mirror of
https://github.com/jointakahe/takahe.git
synced 2024-11-13 10:51:03 +00:00
8 lines
218 B
HTML
8 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 %}
|