{% extends 'base.html.twig' %} {% block title %}Edition d'un Paragraphe{% endblock %} {% block stylesheets %} {% endblock %} {% block body %}
{{ include('paragraph/_form.html.twig', {'button_label': 'Enregistrer'}) }} Retour à la liste des paragraphes {{ include('paragraph/_delete_form.html.twig') }}
{% endblock %}