diff --git a/eboutic/templates/eboutic/eboutic_main.jinja b/eboutic/templates/eboutic/eboutic_main.jinja index be53c9d0..51945259 100644 --- a/eboutic/templates/eboutic/eboutic_main.jinja +++ b/eboutic/templates/eboutic/eboutic_main.jinja @@ -8,6 +8,14 @@ {% trans %}The online shop of the association.{% endtrans %} {%- endblock %} +{% block metatags %} + + + + + +{% endblock %} + {% block additional_js %} {# This script contains the code to perform requests to manipulate the user basket without having to reload the page #} @@ -168,9 +176,9 @@ {% for prices in categories %} {% set category = prices[0].product.product_type %} -
-
-

{{ category.name }}

+
+
+

{{ category.name }}

{% if category.comment %}

{{ category.comment }}

{% endif %}