ui/twig/common/dashboard/sidebar/editor/navs.html.twig line 1

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