//- ========================================================================================= File Name: gmaps-services.pug Description: Gmaps services examples. ---------------------------------------------------------------------------------------- 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 = "gmaps - Services" - var pageSubTitle = "Services examples" - var description = "gmaps services example include geolocation and geocoding maps." - var activeMenu = "gmaps-services" block breadcrumbs +breadcrumbs([{url:"index.html",name:"Home"},{url:"#",name:"gmaps"}, {name:"Services"}]) //- Include page content in page block append content include ../contents/gmaps-services.html //- Vendor JS //------------------------------ //- Add vendor specific JS append vendorjs script(src='//maps.googleapis.com/maps/api/js?key=AIzaSyBDkKetQwosod2SZ7ZGCpxuJdxY3kxo5Po', type='text/javascript') script(src=app_assets_path + '/vendors/js/charts/gmaps.min.js', type='text/javascript') //- Page JS //------------------------------ //- Add custom page specific JS append pagejs script(src=app_assets_path + '/js/scripts/charts/gmaps/services.js', type='text/javascript')