{{product.getName()}}
{{product.getType()}}
{{product.getDescription()}}
{{product.getPrice()}} EURO
{% extends 'base.html.twig' %} {% block title %}Produit SAINT LEMAN{% endblock %} {# template de la page achat avec les différent produit #} {% block main %}
{{product.getType()}}
{{product.getDescription()}}
{{product.getPrice()}} EURO