Add Error 403 custom page

This commit is contained in:
welpo 2023-02-03 00:02:33 +01:00
parent ec51960eeb
commit 767d92a5eb

8
templates/403.html Normal file
View File

@ -0,0 +1,8 @@
{% extends "page.html" %}
{% block main_content %}
<main class="centered-header">
{{ post_macros::page_header(title="403")}}
<span>forbidden</span>
</main>
{% endblock main_content %}