diff --git a/templates/product.html.twig b/templates/product.html.twig
index 3c01fe7..4d072b9 100644
--- a/templates/product.html.twig
+++ b/templates/product.html.twig
@@ -11,11 +11,13 @@
{{ product.subTitle }}
-
- {% for category in product.categories %}
- - {{ category }}
- {% endfor %}
-
+
|
link |
diff --git a/templates/productList.html.twig b/templates/productList.html.twig
index ac9c255..e8ce0f3 100644
--- a/templates/productList.html.twig
+++ b/templates/productList.html.twig
@@ -28,7 +28,6 @@
{{ product.subTitle }}
-
|