{% import _self as menus %}

{{ title }}

{% macro menu_items(items, attributes, menu_level) %} {% for item in items %} {% set item_link_tag = 'a' %} {% if item.url.isRouted %} {% if item.url.routeName == '' %} {% set item_link_tag = constant('\\Drupal\\Core\\GeneratedNoLink::TAG') %} {% elseif item.url.routeName == ' {% endif %} {% endif %} {% endfor %} {% endmacro %}