From 767d92a5eb1e822d3f41d8dffad3ef754a565281 Mon Sep 17 00:00:00 2001 From: welpo Date: Fri, 3 Feb 2023 00:02:33 +0100 Subject: [PATCH] Add Error 403 custom page --- templates/403.html | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 templates/403.html diff --git a/templates/403.html b/templates/403.html new file mode 100644 index 0000000..427504c --- /dev/null +++ b/templates/403.html @@ -0,0 +1,8 @@ +{% extends "page.html" %} + +{% block main_content %} +
+ {{ post_macros::page_header(title="403")}} + forbidden +
+{% endblock main_content %} \ No newline at end of file