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

page

{{ include('admin_custom_page/_delete_form.html.twig') }}
Modifier la CustomPage
Title {{ custom_page.title }}
Content {{ custom_page.content }}
Commission {{ custom_page.department.name }}
PubliƩe {{ custom_page.published | prettyBool }}
{% endblock %}