vendor/netgen/layouts-standard/bundle/Resources/views/javascripts.html.twig line 1
{% set full = full ?? false %}
{% if full %}
{% include '@NetgenLayouts/google_maps.html.twig' %}
{% endif %}
<script type="text/javascript" src="{{ asset('app' ~ (full ? '-full' : '') ~ '.js', 'nglayouts_standard_js') }}"></script>