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 %}