mirror of
https://github.com/jointakahe/takahe.git
synced 2024-11-06 15:39:38 +00:00
6 lines
126 B
HTML
6 lines
126 B
HTML
{% extends "base.html" %}
|
|
|
|
{% block content %}
|
|
<h1>Internal Server Error</h1>
|
|
<p>Sorry about that.</p>
|
|
{% endblock %}
|