mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-13 00:38:10 +01:00
Add error template to layouts folder
This commit is contained in:
parent
e3b35a4426
commit
f23f9cfd20
3 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
<%- include('error.ejs', {
|
||||
<%- include('./layouts/error.ejs', {
|
||||
error: "404 ER_ROR",
|
||||
description: "you are in violation. thEy mustn't know you were here. no one should ever find out About this. you can never tell anyone about thiS -- for The sake of the others' survIval, you muSt keep this silent. we mUst keeP silent. no one can know. no one can know. no o ne c an kn ow_ (Violation Code. 15398642_14)"
|
||||
}) %>
|
|
@ -1,4 +1,4 @@
|
|||
<%- include('error.ejs', {
|
||||
<%- include('./layouts/error.ejs', {
|
||||
error: "502",
|
||||
description: "An error has occurred. Try again or come back later."
|
||||
}) %>
|
Loading…
Reference in a new issue