{# This lil' div will get the Drupal.displace() attributes added to it via JS. #}
{# ---- Start Gin Custom ---- #} {% if icon_path %}
{{ 'Home'|t }}
{% endif %} {# ---- End Gin Custom ---- #} {% set title_menu = 'admin-toolbar' %}

{{ 'Administrative toolbar'|t }}

{# @todo - We should get rid of this ID below. #}
{# ---- Start Gin Custom ---- #} {% if not icon_path %}

{{ 'Home'|t }}

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