diff --git a/templates/index_blog.html b/templates/index_blog.html
index 55b17dd..45e0ac6 100644
--- a/templates/index_blog.html
+++ b/templates/index_blog.html
@@ -8,27 +8,34 @@
+ {% if not(posts) %}
+
{% for post in posts %}
-
-
-
-
-
- {% if post.last_updated %}
-
-
- {% endif %}
-
-
+
+
+
+
+
+ {% if post.last_updated %}
+
+
+ {% endif %}
+
+
{% endfor %}
+ {% endif %}