Finding some difficulties rendering '&' using the Jade engine. I need to call Google Maps using the following line: script(type='text/javascript', src='http://maps.googleapis.com/maps/api/js?key=YOUR_API_KEY&sensor=SET_TO_TRUE_OR_FALSE')
But this will be done in Jade as: src="http://maps.googleapis.com/maps/api/js?key=YOUR_API_KEY&sensor=SET_TO_TRUE_OR_FALSE
ngzhongcai
source share