{# This lil' div will get the Drupal.displace() attributes added to it via JS. #}
{% set title_menu = 'admin-toolbar-title' %} {# @todo - We should get rid of this ID below. #}

{{ 'Administrative toolbar content'|t }}

  • {% if icon_path %} {{ 'Home'|t }} {% else %} {{ 'Home'|t }} {% endif %}
{{ menu_top }} {% for section in menu_middle %} {{ section }} {% endfor %}
{# @todo - This sticky menu should exist under the
landmark element above. #}
{{ menu_bottom }}