From d60056b144a3dfba4f645704d951ce369b976b48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Sun, 16 Dec 2018 23:06:45 -0500 Subject: [PATCH] Give a try printing the secondary menu in the titlebar in the header --- agaric/templates/layout/page.html.twig | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/agaric/templates/layout/page.html.twig b/agaric/templates/layout/page.html.twig index 71bbc49..fbb7b67 100644 --- a/agaric/templates/layout/page.html.twig +++ b/agaric/templates/layout/page.html.twig @@ -61,6 +61,11 @@ {% else %}
{{ page.header }} + {% if page.secondary_menu %} + + {% endif %}
{% endif %}