{# /** * @file * Default theme implementation to display a navigation layout. * * Available variables: * - content: The content for this layout. * - attributes: HTML attributes for the layout
. * - hide_logo: Whether to hide the logo. * - logo_path: The path to the logo image if logo_managed in * navigation.settings configuration has been set. * - logo_width: The width of the logo image. Available if * logo_path points to a valid image file. * - logo_height: The height of the logo image. Available if * logo_path points to a valid image file. * * @ingroup themeable */ #} {% set control_bar_attributes = create_attribute() %}
{% include '@navigation/toolbar-button.html.twig' with { attributes: create_attribute({'aria-expanded': 'false', 'aria-controls': 'admin-toolbar', 'type': 'button'}), icon: 'burger', text: 'Expand sidebar'|t, extra_classes: 'admin-toolbar-control-bar__burger', } only %}