In the footer i load the Google maps api. But only on the contact page, i used the google maps api. Now i want to make code. That the google maps api is only load in the contact template pages. How can i make that.
This is the script tag in the footer.
<script type="text/javascript" src="//maps.google.com/maps/api/js?v=3&sensor=false"></script>
That script tag. Must only load in the template contact page.
Thank for helping