diff --git a/server/templates/index.tera b/server/templates/index.tera
index 75cd8df..3204f08 100644
--- a/server/templates/index.tera
+++ b/server/templates/index.tera
@@ -1,59 +1,13 @@
-
-
-
-
-
-
- {{og_title}}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+{% set stylesheet = "/static/css/index.css" %}
+{% include 'header' %}
-
+{% include "navbar" %}
@@ -73,13 +27,4 @@