From fdd08905a84ee393d09fa695fb363a4dd3fd6e68 Mon Sep 17 00:00:00 2001 From: Mathieu Jaumotte Date: Thu, 19 Aug 2021 17:34:20 +0200 Subject: [PATCH] init new twig block_post_menu --- .../Resources/views/Person/layout.html.twig | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/src/Bundle/ChillPersonBundle/Resources/views/Person/layout.html.twig b/src/Bundle/ChillPersonBundle/Resources/views/Person/layout.html.twig index 677829066..350b73679 100644 --- a/src/Bundle/ChillPersonBundle/Resources/views/Person/layout.html.twig +++ b/src/Bundle/ChillPersonBundle/Resources/views/Person/layout.html.twig @@ -36,8 +36,11 @@ 'args' : {'person_id': person.id, 'person': person }, 'activeRouteKey': activeRouteKey }) }} - -
- {{ chill_delegated_block('person_post_vertical_menu', { 'person': person } ) }} -
+ + {% block block_post_menu %} +
+ {{ chill_delegated_block('person_post_vertical_menu', { 'person': person } ) }} +
+ {% endblock %} + {% endblock %}