{% sw_extends '@Storefront/storefront/base.html.twig' %}
{% block base_body_script %}
{{ parent() }}
{% if config('Netzp6AddressValidator.config.isenabled') %}
<script src="https://maps.googleapis.com/maps/api/js?key={{ config('Netzp6AddressValidator.config.apikey') }}&libraries=places" async defer></script>
{% endif %}
{% endblock %}