diff --git a/templates/index.html b/templates/index.html index e03dbae..730e44d 100644 --- a/templates/index.html +++ b/templates/index.html @@ -21,7 +21,7 @@
- {% for post in posts %} + {% for post in posts if posts.len() > 0 %}
post img @@ -29,6 +29,8 @@

{{post.descr}}

+ {% else %} +

No posts found, check back later. D:

{% endfor %}