>
> 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 

Reply via email to