diff --git a/templates/index.html b/templates/index.html index b8abfb7..b33fb39 100644 --- a/templates/index.html +++ b/templates/index.html @@ -6,7 +6,9 @@ {% for listing in listings %}
- ... + {% if listing.images|length > 0 %} + + {% endif %}
{{ listing.title }}

{{ listing.description }}