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