From a1f50ed479442a15412b1d1eb855420df7b649c7 Mon Sep 17 00:00:00 2001 From: Martin Leblanc <m26lebla@uwaterloo.ca> Date: Fri, 30 Sep 2022 13:17:47 -0400 Subject: [PATCH] ISTWCMS-5509: initial call to add the sidebar --- templates/node/node.html.twig | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/templates/node/node.html.twig b/templates/node/node.html.twig index f59785e0..53c0b2ce 100644 --- a/templates/node/node.html.twig +++ b/templates/node/node.html.twig @@ -110,6 +110,16 @@ {% if sidebar %} {{ sidebar }} {% endif %} + + <!-- Martin code --> + {% include '@layouts/sidebar/sidebar.twig' with { + 'modifier_classes' : modifier_classes, + 'header_content': header_content, + 'sidebar_first_content': sidebar_first_content, + 'main_content': main_content, + 'sidebar_second_content': sidebar_second_content + } %} + {% endblock %} {% endembed %} -- GitLab