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 %} +
Error Code: {{code}}
+Error Description: {{description}}
+