@@include('./partial/head.html', { "title": "Collapsed Sidebar", "css": [ ]})
@@include('./partial/header.html') @@include('./partial/sidebar.html', {"layoutClass": "active", "collapsedSidebarClass": "active"})

Collpased Sidebar page header description goes here...


Add the .app-sidebar-collapsed css class to .app container for collapsed sidebar page setting.

<div id="app" class="app app-sidebar-collapsed">
  ...
</div>
@@include('./partial/scroll-top-btn.html')
@@include('./partial/script.html', {"script": [ "assets/plugins/@highlightjs/cdn-assets/highlight.min.js", "assets/js/demo/highlightjs.demo.js" ]})