diff --git a/app/templates/error.html b/app/templates/error.html new file mode 100644 index 0000000..3073037 --- /dev/null +++ b/app/templates/error.html @@ -0,0 +1,17 @@ + +{% extends 'base.html' %} + +{% block main %} +

Oh Snap! An error occured

+

Error Code: {{code}}

+

Error Description: {{description}}

+
+ +
+ +
+{% endblock %} \ No newline at end of file