diff --git a/templates/item.html b/templates/item.html index e5d87f6..bc06485 100644 --- a/templates/item.html +++ b/templates/item.html @@ -74,11 +74,9 @@ {% endif %} {% if catalog.keywords %}
keywords - + {% for keyword in catalog.keywords %} + {{ keyword }} + {% endfor %}
{% endif %}