{% extends 'admin/base.html.twig' %} {% block title %}Page Présentation{% endblock %} {% block description %}Représente la page présentation de votre site{% endblock %} {% block stylesheets %} {% endblock %} {% block body %} {% if success %}
Parfait ! Votre page présentation à bien été mise à jour.
{% endif %}
{{ form_start(form) }}

{{ form_widget(form.content, {'attr': {'class': 'form-control'}}) }}
{{ form_end(form) }}
{% endblock %}