templates/_partials/menu/item.html.twig line 1

Open in your IDE?
  1. {% if path_options is not defined %}
  2.     {% set path_options = {} %}
  3. {% endif %}
  4. <li class="nav-item">
  5.     <a href="{{ path(path_name, path_options) }}" aria-expanded="false" class="menu-link nav-link {% if app.request.get('_route') == path_name %}active{% endif %}" > <i class="{{ icon }}"></i>{{ label|raw }} </a>
  6. </li>