I removed and added them directly in layout.html and confirmed it's correctly generating html but still no luck...
<!-- All JavaScript at the bottom, except for Modernizr which enables HTML5 elements & feature detects --> <script src="{{=URL('static','js/modernizr.custom.js')}}"></script> <script src="http://maps.google.com/maps/api/js?sensor=true"></script> <script src="{{=URL('static','js/gmaps.js')}}"></script> <!-- include stylesheets --> <script src="/map/static/js/gmaps.js"></script> On Friday, June 15, 2012 10:09:26 AM UTC-5, Anthony wrote: > > default/index.html >> <script src="http://maps.google.com/maps/api/js?sensor=true"></script> >> <script src="{{=URL('static','js/gmaps.js')}}"></script> >> {{extend 'layout.html'}} >> > > Check the HTML generated by the above, but I think that may actually > insert the script tags before the layout.html code, and I'm not sure what > the browser will do in that case. > > Anthony >