//- ========================================================================================= File Name: login-with-bg-image.pug Description: User login page with background image 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 Image" - var pageSubTitle = "User Login page with background image" - var description = "User login page with background image option." - var activeMenu = "login-with-bg-image" append pageConfig - var contentLayout = '1-column' - var blankPage = true //- OPTIONS: true, false - var navbarFixed = false //- OPTIONS:- true, false - var bodyCustom = 'bg-full-screen-image' // You can change the bg image from content.scss //- Include page content in page block append content include ../contents/login-with-bg-image.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/validation/jqBootstrapValidation.js', type='text/javascript') 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')