UNPKG

bootstrap-layout

Version:

Bootstrap layout with sidebar navigation, sidebar skins, sidebar transition, custom scrollbars, sidebar menus and other advanced features and utilities

30 lines (23 loc) 552 B
{% markdown %} ```html <!DOCTYPE html> <html> <head> ... </head> <body> <!-- .layout-container wrapper --> <div class="layout-container"> <!-- .layout-content wrapper --> <div class="layout-content" data-scrollable> <!-- Standard bootstrap .container-fluid for horizontal spacing --> <div class="container-fluid"> ... </div> </div><!-- // END .layout-content wrapper --> ### Sidebar(s) can go here ### </div><!-- // END .layout-container wrapper --> </body> </html> ``` {% endmarkdown %}