vendor/netgen/layouts-core/bundles/LayoutsBundle/Resources/views/google_maps.html.twig line 1

  1. {% set google_maps_api_key = nglayouts.config.parameter('api_keys').google_maps %}
  2. {% if google_maps_api_key is not empty %}
  3.     <script src="https://maps.googleapis.com/maps/api/js?key={{ google_maps_api_key }}" async defer></script>
  4. {% endif %}