//- ========================================================================================= File Name: horizontal-layout-1-column.pug Description: The full width 1 column layout with content & navigation section. ---------------------------------------------------------------------------------------- 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 = "1 Column" - var pageSubTitle = "1 column layout with navigation" - var description = "The full width 1 column layout with content & navigation section." - var activeMenu = "horizontal-layout-1-column" append pageConfig - var headerType = 'sk-header' - var starterKit = true block breadcrumbs +breadcrumbs([{url:"index.html",name:"Home"},{url:"#",name:"Page Layouts"}, {name:"1 Column"}]) //- Include page content in page block append content include ../../contents/starter-kit/starter-page-content.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(src=app_assets_path + '/vendors/js/ui/prism.min.js', type='text/javascript') //- Page JS //------------------------------ //- Add custom page specific JS append pagejs