{# /** * @file * Default theme implementation to display a navigation layout. * * Available variables: * - content: The content for this layout. * - attributes: HTML attributes for the layout
. * - content.settings.hide_logo: Whether to hide the logo. * - content.settings.logo_path: The path to the logo image if logo_managed * in navigation.settings configuration has been set. * - content.settings.logo_width: The width of the logo image. Available if * logo_path points to a valid image file. * - content.settings.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' with { attributes: create_attribute({'aria-expanded': 'false', 'aria-controls': 'admin-toolbar', 'type': 'button'}), icon: 'burger', text: 'Expand sidebar'|t, modifiers: ['small-offset'], extra_classes: [ 'admin-toolbar-control-bar__burger', ], } only %}