//- ========================================================================================= File Name: login-with-bg.pug Description: User login page with background color 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 = "Login with Background Color" - var pageSubTitle = "User login page with background" - var description = "User login page with background color option." - var activeMenu = "login-with-bg" append pageConfig - var contentLayout = '1-column' - var blankPage = true //- OPTIONS: true, false - var navbarFixed = false //- OPTIONS:- true, false - var bodyCustom = 'bg-cyan bg-lighten-2' // Use any color palette class //- Include page content in page block append content include ../contents/login-with-bg.html //- Vendor CSS //------------------------------ //- Add Vendor specific CSS append vendorcss link(rel='stylesheet', type='text/css', href=app_assets_path + '/vendors/css/forms/icheck/icheck.css') link(rel='stylesheet', type='text/css', href=app_assets_path + '/vendors/css/forms/icheck/custom.css') //- Page CSS //------------------------------ //- Add custom page specific CSS append pagecss link(rel='stylesheet', type='text/css', href=app_assets_path + '/css'+rtl+'/pages/login-register.css') //- Vendor JS //------------------------------ //- Add vendor specific JS append vendorjs script(src=app_assets_path + '/vendors/js/forms/icheck/icheck.min.js', type='text/javascript') //- Page JS //------------------------------ //- Add custom page specific JS append pagejs script(src=app_assets_path + '/js/scripts/forms/form-login-register.js', type='text/javascript')