vanth/templates/error.html
Eli Ribble 79b2bf0f1f Add a bunch of files I don't recognize
I'm cleaning up my machine, these were here, I'm not sure which ones
matter
2024-09-15 14:20:25 -07:00

5 lines
103 B
HTML

{% extends 'base.html' %}
{% block body %}
<h1>You hit an error</h1>
<p>{{ error }}</p>
{% endblock %}