{% markdown %} ```js // Load Bootstrap Layout var BootstrapLayout = require('bootstrap-layout') // Initialize all sidebars BootstrapLayout.Sidebar.init() // Initialize custom scrolling areas BootstrapLayout.Scrollable() ``` {% endmarkdown %}