From 67790fcb2f593dae9e57c0f6accf0335b5d80c43 Mon Sep 17 00:00:00 2001 From: cel 🌸 Date: Mon, 16 Jan 2023 05:49:03 +0000 Subject: add error handlers --- templates/error.html.tera | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 templates/error.html.tera (limited to 'templates/error.html.tera') diff --git a/templates/error.html.tera b/templates/error.html.tera new file mode 100644 index 0000000..5a4cc17 --- /dev/null +++ b/templates/error.html.tera @@ -0,0 +1,10 @@ +{% extends "base" %} + +{% block content %} + +
+

Error {{ status }}: {{ req }}

+

{{ message }}

+
+ +{% endblock %} -- cgit