diff --git a/Web/templates/dashboard/_blog_nav.html.ep b/Web/templates/dashboard/_blog_nav.html.ep
new file mode 100644
index 0000000..4b92e34
--- /dev/null
+++ b/Web/templates/dashboard/_blog_nav.html.ep
@@ -0,0 +1,19 @@
+
+
+
+
+
diff --git a/Web/templates/dashboard/blog.html.ep b/Web/templates/dashboard/blog.html.ep
index 3754cca..c2f0f14 100644
--- a/Web/templates/dashboard/blog.html.ep
+++ b/Web/templates/dashboard/blog.html.ep
@@ -1,24 +1,6 @@
% layout 'standard', title => 'Dashboard', sb_active => 'dashboard';
-
-
-
-
-
+%= include 'dashboard/_blog_nav'
-
diff --git a/Web/templates/dashboard/blog_post.html.ep b/Web/templates/dashboard/blog_post.html.ep
index d0e3132..70d824a 100644
--- a/Web/templates/dashboard/blog_post.html.ep
+++ b/Web/templates/dashboard/blog_post.html.ep
@@ -1,13 +1,6 @@
% layout 'standard', title => 'Dashboard', sb_active => 'dashboard';
-
-
-
+%= include 'dashboard/_blog_nav'
-
diff --git a/Web/templates/dashboard/blog_post_create.html.ep b/Web/templates/dashboard/blog_post_create.html.ep
index 526b190..b768d9d 100644
--- a/Web/templates/dashboard/blog_post_create.html.ep
+++ b/Web/templates/dashboard/blog_post_create.html.ep
@@ -1,13 +1,6 @@
% layout 'standard', title => 'Dashboard', sb_active => 'dashboard';
-
-
-
+%= include 'dashboard/_blog_nav'
-
diff --git a/Web/templates/dashboard/blog_posts.html.ep b/Web/templates/dashboard/blog_posts.html.ep
index d9a041d..4af14f6 100644
--- a/Web/templates/dashboard/blog_posts.html.ep
+++ b/Web/templates/dashboard/blog_posts.html.ep
@@ -1,13 +1,6 @@
% layout 'standard', title => 'Dashboard', sb_active => 'dashboard';
-
-
-
+%= include 'dashboard/_blog_nav'