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