//- ========================================================================================= File Name: full-calender-events.pug Description: Full Calendar ---------------------------------------------------------------------------------------- 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 = "Full Calendar Events" - var pageSubTitle = "Full calendar events examples" - var description = "FullCalendar is a drag-n-drop jQuery plugin for displaying events on a full-sized calendar." - var activeMenu = "full-calender-events" block breadcrumbs +breadcrumbs([{url:"index.html",name:"Home"}, {name:"Full Calendar"}]) //- Include page content in page block append content include ../contents/full-calender-events.html //- Vendor CSS //------------------------------ //- Add vendor specific CSS append vendorcss link(rel='stylesheet', type='text/css', href=app_assets_path + '/vendors/css/calendars/fullcalendar.min.css') //- Vendor JS //------------------------------ //- Add vendor specific JS append vendorjs script(src=app_assets_path + '/vendors/js/extensions/moment.min.js', type='text/javascript') script(src=app_assets_path + '/vendors/js/extensions/fullcalendar.min.js', type='text/javascript') //- Page CSS //------------------------------ //- Add page specific CSS append pagecss link(rel='stylesheet', type='text/css', href=app_assets_path + '/css'+rtl+'/plugins/calendars/fullcalendar.css') //- Page JS //------------------------------ //- Add custom page specific JS append pagejs script(src=app_assets_path + '/js/scripts/extensions/fullcalendar.js', type='text/javascript')