{% extends 'baseNoMenu.html.twig' %} {% block title 'RO\'MA Nature | Produits' %} {% block body %} Retour
Pictogramme dallages

Produits d'entretien

{% for categorie in categories %}

{{ categorie.name }}

{{ include('produitEntretien/_'~categorie.name|lower|replace({" ": "-", "/": "", "é":"e", "'":"-"})~'.html.twig') }} {% endfor %}
{% endblock %}