diff --git a/views/index.ejs b/views/index.ejs
index e0bb897..565439b 100644
--- a/views/index.ejs
+++ b/views/index.ejs
@@ -21,7 +21,7 @@
-<% include navbar %>
+<%- include('navbar.ejs') -%>
Cronjobs
@@ -99,7 +99,7 @@
-<% include popup.ejs %>
+<%- include('popup.ejs') -%>
-<% include navbar %>
+<%- include('navbar.ejs') -%>
<%= db %>
@@ -60,6 +60,6 @@
Restore
Delete
-<% include popup.ejs %>
+<%- include('popup.ejs') -%>