error pages

This commit is contained in:
Flummi
2021-12-24 11:16:11 +01:00
parent 0f8ab86966
commit ba8a0c6b68
2 changed files with 50 additions and 8 deletions

3
views/error.html Normal file
View File

@ -0,0 +1,3 @@
@include(main/header)
<h1>{{ message }}</h1>
@include(main/footer)