diff options
Diffstat (limited to 'templates/error.html')
-rw-r--r-- | templates/error.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/error.html b/templates/error.html new file mode 100644 index 0000000..23ba358 --- /dev/null +++ b/templates/error.html @@ -0,0 +1,5 @@ +{% extends "default.html" %} +{% block content %} +<h1>Error</h1> +<h2>{{ page.code }} - {{ page.error }}</h2> +{% endblock %} |