diff --git a/flask_website/templates/snippets/category.html b/flask_website/templates/snippets/category.html index 12afb89d..0908b53c 100644 --- a/flask_website/templates/snippets/category.html +++ b/flask_website/templates/snippets/category.html @@ -11,9 +11,12 @@ {% endif %} add a new one. + {% if snippets %} +

Snippets in this Category

+ {% endif %} {% endblock %}