//- ========================================================================================= File Name: horizontal-nav-light.pug Description: The horizontal light navigation, light template usage & customization option. ---------------------------------------------------------------------------------------- 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 = "Navigation Light" - var pageSubTitle = "Horizontal light navigation" - var description = "The horizontal light navigation, light template usage & customization option." - var activeMenu = "horizontal-nav-light" append horizontalMenuConfig - var horizontalMenuColor = "navbar-light" block breadcrumbs +breadcrumbs([{url:"index.html",name:"Home"},{url:"#",name:"Horizontal Navigation"}, {name:"Navigation Light"}]) //- Include page content in page block append content include ../contents/horizontal-nav-light.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