vendor/netgen/layouts-core/bundles/LayoutsBundle/Resources/views/google_maps.html.twig line 1
{% set google_maps_api_key = nglayouts.config.parameter('api_keys').google_maps %}
{% if google_maps_api_key is not empty %}
<script src="https://maps.googleapis.com/maps/api/js?key={{ google_maps_api_key }}" async defer></script>
{% endif %}