takahe/templates/500.html

7 lines
126 B
HTML
Raw Normal View History

2022-11-20 18:18:42 +00:00
{% extends "base.html" %}
{% block content %}
<h1>Internal Server Error</h1>
<p>Sorry about that.</p>
{% endblock %}