diff --git a/templates/productList.html.twig b/templates/productList.html.twig
index d15089f..4a0003a 100644
--- a/templates/productList.html.twig
+++ b/templates/productList.html.twig
@@ -7,7 +7,7 @@
|
|
Name |
- Code |
+ Code |
Categories |
|
Price |
@@ -18,7 +18,7 @@
{% if product.starred == true %}★{% else %} ☆ {% endif %} |
 |
{{ product.name }} |
- {{ product.subTitle }} |
+ {{ product.subTitle }} |
{% for category in product.categories %}
diff --git a/templates/template.html.twig b/templates/template.html.twig
index 7eb63ac..0761055 100644
--- a/templates/template.html.twig
+++ b/templates/template.html.twig
@@ -17,20 +17,22 @@
-
{% block content %}{% endblock %}
+
+
|