1
0
Fork 0
mirror of https://codeberg.org/ashley/poke.git synced 2025-06-08 07:13:03 -04:00

Add error template to layouts folder

This commit is contained in:
Korbs 2024-05-12 18:25:33 -04:00
parent e3b35a4426
commit f23f9cfd20
3 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
<%- include('error.ejs', {
<%- include('./layouts/error.ejs', {
error: "502",
description: "An error has occurred. Try again or come back later."
}) %>