diff --git a/Web/templates/dashboard/blog_history.html.ep b/Web/templates/dashboard/blog_history.html.ep
index 35d2ed0..e59de03 100644
--- a/Web/templates/dashboard/blog_history.html.ep
+++ b/Web/templates/dashboard/blog_history.html.ep
@@ -4,29 +4,26 @@
%= include '_base/status_window';
-% if ( $history ) {
-
-
-
- | When? |
- What? |
- Action |
-
-
-
- % for my $change ( @{$history} ) {
-
- | <%= $change->{dateref} %> |
- <%= $change->{message} %> |
-
-
- |
-
- % }
-
-
-% }
-
+
+
+
+ | When? |
+ What? |
+ Action |
+
+
+
+ % for my $change ( @{$history} ) {
+
+ | <%= $change->{dateref} %> |
+ <%= $change->{message} %> |
+
+
+ |
+
+ % }
+
+
diff --git a/Web/templates/dashboard/blog_media.html.ep b/Web/templates/dashboard/blog_media.html.ep
index 71410fa..cc07bc2 100644
--- a/Web/templates/dashboard/blog_media.html.ep
+++ b/Web/templates/dashboard/blog_media.html.ep
@@ -16,28 +16,26 @@
-% if ( $media_files ) {
-
-
-
- | Image |
- Embedd Link |
- Delete |
-
-
-
- % for my $media_file ( @{$media_files} ) {
-
-  |
- <%= $media_file->{markdown} %> |
-
-
- |
-
- % }
-
-
-% }
+
+
+
+ | Image |
+ Embedd Link |
+ Delete |
+
+
+
+ % for my $media_file ( @{$media_files} ) {
+
+  |
+ <%= $media_file->{markdown} %> |
+
+
+ |
+
+ % }
+
+
diff --git a/Web/templates/dashboard/blog_pages.html.ep b/Web/templates/dashboard/blog_pages.html.ep
index 2d17013..dd98ca2 100644
--- a/Web/templates/dashboard/blog_pages.html.ep
+++ b/Web/templates/dashboard/blog_pages.html.ep
@@ -15,28 +15,26 @@
-% if ( $blog_pages ) {
-
-
-
- | Path |
- Edit |
- Delete |
-
-
-
- % for my $page ( @{$blog_pages} ) {
-
- | <%= $page->rel_path %> |
- Edit Page |
-
-
- |
-
- % }
-
-
-% }
+
+
+
+ | Path |
+ Edit |
+ Delete |
+
+
+
+ % for my $page ( @{$blog_pages} ) {
+
+ | <%= $page->rel_path %> |
+ Edit Page |
+
+
+ |
+
+ % }
+
+
diff --git a/Web/templates/dashboard/blog_posts.html.ep b/Web/templates/dashboard/blog_posts.html.ep
index 7ca3ab5..8990940 100644
--- a/Web/templates/dashboard/blog_posts.html.ep
+++ b/Web/templates/dashboard/blog_posts.html.ep
@@ -15,31 +15,29 @@
-% if ( $blog_posts ) {
-
-% }
+