diff --git a/src/views/index.ejs b/src/views/index.ejs
index 44dc9a2..03c2c4f 100644
--- a/src/views/index.ejs
+++ b/src/views/index.ejs
@@ -1 +1,4 @@
-
This is a <%= engine %> Template
\ No newline at end of file
+<%- include('partials/head') %>
+<%- include('partials/header') %>
+This is a <%= engine %> Template
+<%- include('partials/footer') %>
\ 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..f3328a6
--- /dev/null
+++ b/src/views/partials/footer.ejs
@@ -0,0 +1,4 @@
+
+