+ + {# link is in html.html.twig #} +
+
+ {% if page.sidebar %} + + {% endif %} +
+ {{ pattern('button', { + label: 'Open advanced search', + variant: 'secondary', + outline: false, + size: 'md', + show_spinner: false, + icon_position: 'before', + icon: { + name: 'filter', + attributes: create_attribute().addClass(["me-2"]), + }, + attributes: create_attribute().addClass(["d-lg-none", "rounded-0", "w-100", "position-fixed", "bottom-0", "start-0"]).setAttribute("data-bs-toggle", "offcanvas").setAttribute("data-bs-target", "#search-offcanvas").setAttribute("aria-controls", "search-offcanvas"), + }) }} + + {{ page.content }} +
{# /.layout-content #} + +
+
+