//- ========================================================================================= File Name: under-maintenance.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 = "Under Maintenance" - var pageSubTitle = "User Login page with background image" - var description = "User login page with background image option." - var activeMenu = "under-maintenance" append pageConfig - var contentLayout = '1-column' - var blankPage = true //- OPTIONS: true, false - var navbarFixed = false - var bodyCustom = 'bg-maintenance-image' // You can change the bg image from content.scss - var centerLayout = false //- Include page content in page block append content include ../contents/under-maintenance.html //- Page CSS //------------------------------ //- Add custom page specific CSS append pagecss link(rel='stylesheet', type='text/css', href=app_assets_path + '/css'+rtl+'/pages/under-maintenance.css')