ui/twig/common/dashboard/sidebar/menu.html.twig line 1

Open in your IDE?
  1. {% set htmlId = _args.htmlId|default(null) %}
  2. <ul class="cs-console-sb-menu"{% if htmlId is not empty %} id="{{ htmlId }}"{% endif %}>
  3.     {% block items %}{% endblock %}
  4. </ul>