ui/twig/dashboards/default/sidebar/header.html.twig line 1

Open in your IDE?
  1. {% embed '@ui/common/dashboard/sidebar/header.html.twig' %}
  2.     {% block content %}
  3.         <a href="{{-
  4.         (cms is defined and cms.tenant and cms.tenant.isSchoolNow)
  5.         ? path('app.schoolnow.dashboard.default.main')
  6.         : path('cms.container.dashboard.dashboard.index')
  7.         -}}" class="cs-brand">
  8.             {{ include('@ui/common/dashboard/sidebar/ss-logo.html.twig') }}
  9.             {{ include('@ui/common/dashboard/sidebar/ss-logo-full.html.twig') }}
  10.         </a>
  11.         <a class="cs-console-sb-toggle" href="#">
  12.             <em class="fa fa-chevron-left"></em>
  13.         </a>
  14.     {% endblock %}
  15. {% endembed %}