@@include('./partial/head.html', { "title": "Boxed Layout", "bodyAttr": "class='pace-top'", "css": [ ]})
@@include('./partial/header.html') @@include('./partial/sidebar.html', {"layoutClass": "active", "boxedLayoutClass": "active"})

Boxed Layout page header description goes here...


Add the .app-boxed-layout css class to .app container and .app-with-bg css class to <body> for boxed layout page setting.

<body class="app-with-bg">
  <div id="app" class="app app-boxed-layout">
    ...
  </div>
</body>
@@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" ]})