diff --git a/templates/500.html b/templates/500.html new file mode 100644 index 0000000..a8b262a --- /dev/null +++ b/templates/500.html @@ -0,0 +1,6 @@ +{% extends "base.html" %} + + +{% block content %} +

Error 500 D^8>*

+{% endblock %}