{# /** * @file * Default theme implementation for the navigation top bar. * * Available variables: * - local_tasks: The local tasks for the current route. * * @ingroup themeable */ #} {% set attributes = create_attribute() %} {% if local_tasks %} {% set attributes = attributes.setAttribute('data-offset-top', '') %} {% endif %}
{% include '@navigation/toolbar-button.html.twig' with { attributes: create_attribute({'aria-expanded': 'false', 'aria-controls': 'admin-toolbar'}), icon: 'burger', text: 'Expand sidebar'|t, extra_classes: 'top-bar__burger', } only %} {{ local_tasks }} {% if gin_form_actions %} {# empty spacer #} {{ gin_form_actions }} {% endif %}