//- ========================================================================================= File Name: vertical-nav-native-scroll.pug Description: Vertical navigation with native scroll use default browser native scroll. ---------------------------------------------------------------------------------------- Item Name: Robust - Responsive Admin Template Version: 2.0 Author: PIXINVENT Author URL: http://www.themeforest.net/user/pixinvent ==========================================================================================-// extends template block pageVars - var pageTitle = "Native Scroll" - var pageSubTitle = "Vertical navigation with native scroll" - var description = "Vertical navigation with native scroll use default browser native scroll." - var activeMenu = "vertical-nav-native-scroll" append verticalMenuConfig - var menuNativeScroll = true block breadcrumbs +breadcrumbs([{url:"index.html",name:"Home"},{url:"#",name:"Navigation"}, {name:"Native scroll"}]) //- Include page content in page block append content include ../contents/vertical-nav-native-scroll.html //- Vendor CSS //------------------------------ //- Add Vendor specific CSS append vendorcss link(rel='stylesheet', type='text/css', href=app_assets_path + '/vendors/css/ui/prism.min.css') //- Page CSS //------------------------------ //- Add custom page specific CSS append pagecss //- Vendor JS //------------------------------ //- Add vendor specific JS append vendorjs script(type='text/javascript' ,src=app_assets_path + '/vendors/js/ui/prism.min.js') //- Page JS //------------------------------ //- Add custom page specific JS append pagejs