diff --git a/templates/index.html b/templates/index.html index 4292de8..591c008 100644 --- a/templates/index.html +++ b/templates/index.html @@ -17,6 +17,9 @@

posts

+ {% if posts.is_empty() %} + there are no posts right now. check back later! + {% endif %} {% for post in posts %}
{{ post.title }}