{% extends 'base.html.twig' %} {% block title %}{% endblock %} {% block body %} {#

{{ product.title }}

{{ product.description }}

Our Garden Store

Features Product

#}
{% if product.photo %} {% else %} {% endif %}

{{ product.title }}

{{ product.shortDescription|nl2br }}

Nos Rosiers & Produits

Autres produits

{% for product in othersProducts %} {% endfor %}
{% endblock %}