aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/app/views/error.ejs
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/error.ejs')
-rw-r--r--app/views/error.ejs4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/error.ejs b/app/views/error.ejs
index 47cc546..a6e8577 100644
--- a/app/views/error.ejs
+++ b/app/views/error.ejs
@@ -1,4 +1,4 @@
-<% include header %>
+<% include templates/header %>
</head>
<body>
@@ -6,4 +6,4 @@
<p><%= text %></p>
-<% include footer %>
+<% include templates/footer %>