{% extends 'base.html.twig' %} {% block og_title %}Ajout d'un commentaire{% endblock %} {% block og_description %}Page d'ajout de commentaire{% endblock %} {% block title %}{{ parent() }} | Ajout d'un commentaire{% endblock %} {% block body %} {{ form_start(formCommentaire) }}
Laisser un commentaire
{{ form_widget(formCommentaire.contenu) }}
{{ form_end(formCommentaire) }} {% endblock %}