diff --git a/templates/productList.html.twig b/templates/productList.html.twig
index 68b31af..b73c0ae 100644
--- a/templates/productList.html.twig
+++ b/templates/productList.html.twig
@@ -3,21 +3,22 @@
{% block content %}
{% cache 'list_' ~ listType %}
-
-
-
- |
- |
- Name |
- Categories |
- |
- Lowest Price |
- Current Price |
- |
-
-
+{# #}
+{# #}
+{# #}
+{# | #}
+{# | #}
+{# Name | #}
+{# Categories | #}
+{# | #}
+{# Lowest Price | #}
+{# Current Price | #}
+{# | #}
+{#
#}
+{# #}
{% for product in products %}
-
+
-
+
{% endfor %}
-
+{#
#}
{% endcache %}
{% endblock %}