templates/left_sidebar.html.twig line 1

Open in your IDE?
  1. {% if not isMobileDevice() %}
  2.     {{ getSidebar()|raw }}
  3. {% else %}
  4.     <div data-oid="{{ categoryID is defined ? categoryID }}" class="content--aside mobile-sidebar"></div>
  5. {% endif %}