takahe/templates/500.html
2022-11-20 11:18:55 -07:00

6 lines
126 B
HTML

{% extends "base.html" %}
{% block content %}
<h1>Internal Server Error</h1>
<p>Sorry about that.</p>
{% endblock %}