diff --git a/html/404.ejs b/html/404.ejs
index 7fc9294b..8a7d8e60 100644
--- a/html/404.ejs
+++ b/html/404.ejs
@@ -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)"
}) %>
\ No newline at end of file
diff --git a/html/502.ejs b/html/502.ejs
index fe9d095f..7a7cfdbd 100644
--- a/html/502.ejs
+++ b/html/502.ejs
@@ -1,4 +1,4 @@
-<%- include('error.ejs', {
+<%- include('./layouts/error.ejs', {
error: "502",
description: "An error has occurred. Try again or come back later."
}) %>
\ No newline at end of file
diff --git a/html/error.ejs b/html/layouts/error.ejs
similarity index 100%
rename from html/error.ejs
rename to html/layouts/error.ejs