This is my google address api script which contains the api key
<script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?key=api_key&libraries=places&callback=ActivatePlacesSearch">
I have used .env file in project directory to hide sensitive info from settings.py file. How can I use .env file to hide my api key from my template?