//- ========================================================================================= File Name: page-checkout.pug Description: The full width Checkout Form 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 = "Checkout Page" - var pageSubTitle = "Checkout Page with navigation" - var description = "The full width Checkout Page layout with content & navigation section." - var activeMenu = "page-checkout" block breadcrumbs +breadcrumbs([{url:"index.html",name:"Home"}, {name:"Checkout Page"}]) //- Include page content in page block append content include ../contents/page-checkout.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