{% if has_sidebar_first %} -
+
{% block page_sidebar_first %} {{ page.sidebar_first }} {% endblock page_sidebar_first %} @@ -182,7 +182,7 @@
{% if has_sidebar_second %} -
{% endif %} diff --git a/templates/layout/region--tools.html.twig b/templates/layout/region--tools.html.twig index 16ca30947..67d46330e 100644 --- a/templates/layout/region--tools.html.twig +++ b/templates/layout/region--tools.html.twig @@ -12,8 +12,16 @@ * @see template_preprocess_region() */ #} + +{% + set classes = [ + 'tools__container', + 'hide-from-table-of-contents', + ] +%} + {% if content|render %} - + {{ content }}