diff --git a/templates/head.html b/templates/head.html
new file mode 100644
index 0000000..0279b7d
--- /dev/null
+++ b/templates/head.html
@@ -0,0 +1,6 @@
+
+
+
+ {{title}}
+
+
diff --git a/templates/header.html b/templates/header.html
new file mode 100644
index 0000000..6917d1f
--- /dev/null
+++ b/templates/header.html
@@ -0,0 +1,3 @@
+
diff --git a/templates/index.html b/templates/index.html
index 5d21e41..aed8988 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -1,23 +1,12 @@
-
-
-
- {{title}}
-
-
+{{head}}
-
-
-
+ {{header}}
-
+ {{posts}}