diff --git a/www/app/templates/blocks/immature.hbs b/www/app/templates/blocks/immature.hbs
index 8108d70..2018491 100644
--- a/www/app/templates/blocks/immature.hbs
+++ b/www/app/templates/blocks/immature.hbs
@@ -1,5 +1,6 @@
{{#if model.immature}}
Immature Blocks
+
@@ -17,6 +18,7 @@
{{/each}}
+
{{else}}
No immature blocks yet
{{/if}}
diff --git a/www/app/templates/blocks/index.hbs b/www/app/templates/blocks/index.hbs
index b607536..69b99d0 100644
--- a/www/app/templates/blocks/index.hbs
+++ b/www/app/templates/blocks/index.hbs
@@ -1,5 +1,6 @@
{{#if model.matured}}
Matured Blocks
+
@@ -17,6 +18,7 @@
{{/each}}
+
{{else}}
No matured blocks yet
{{/if}}