@@ -236,6 +226,4 @@
});
});
-
-
-
\ No newline at end of file
+<%- include('partials/footer.ejs') %>
\ No newline at end of file
diff --git a/src/views/course.ejs b/src/views/course.ejs
index e872cd5..a392eb8 100644
--- a/src/views/course.ejs
+++ b/src/views/course.ejs
@@ -1,12 +1,6 @@
-
-
-
-
-
-
-
Courses
-
-
+
+ <%- include('partials/header.ejs', {title:"Courses", style: "course"}) %>
+
Courses
-
-
+ <%- include('partials/footer.ejs') %>
\ No newline at end of file
diff --git a/src/views/login.ejs b/src/views/login.ejs
index 9317e44..fc3b040 100644
--- a/src/views/login.ejs
+++ b/src/views/login.ejs
@@ -1,37 +1,28 @@
-
-
-
-
-
-
-
Login
-
-
-
-
Login
-
-
- <% if (messages && messages.length > 0) { %>
+<%- include('partials/header.ejs', {title:"Login", style: "login"}) %>
+
+
Login
+
+
+ <% if (messages && messages.length> 0) { %>
<%= messages[0] %>
<% } %>
-
-
Don't have an account? Register here
-
-
-
+
+
Don't have an account? Register here
+
+<%- include('partials/footer.ejs') %>
\ No newline at end of file
diff --git a/src/views/partials/footer.ejs b/src/views/partials/footer.ejs
new file mode 100644
index 0000000..691287b
--- /dev/null
+++ b/src/views/partials/footer.ejs
@@ -0,0 +1,2 @@
+