From 40a14761560d0495747ed7fbfc23b02434985cd4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Mon, 14 Mar 2016 22:46:51 +0100 Subject: [PATCH] adding a rendering block event ref Chill-project/Chill-Main#12 ref Chill-project/Chill-Group#7 --- Resources/views/layout.html.twig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Resources/views/layout.html.twig b/Resources/views/layout.html.twig index 9baf42dc0..3a9b6aae5 100644 --- a/Resources/views/layout.html.twig +++ b/Resources/views/layout.html.twig @@ -108,4 +108,8 @@ 'args' : {'person_id': person.id }, 'activeRouteKey': activeRouteKey }) }} + +
+ {{ chill_delegated_block('person_post_vertical_menu', { 'person': person } ) }} +
{% endblock %} \ No newline at end of file