Is there a way to set async defer on a <script> tag with the built in:
{% includeJsFile %}
It's for Google Maps e.g.:
<script src="https://maps.googleapis.com/maps/api/js?key=YOUR_API_KEY&callback=initMap"
async defer></script>
I'd still like to be able to output this at the bottom of the layout from within another template. Is this possible?