vendor/netgen/layouts-standard/bundle/Resources/views/javascripts.html.twig line 1

  1. {% set full = full ?? false %}
  2. {% if full %}
  3.     {% include '@NetgenLayouts/google_maps.html.twig' %}
  4. {% endif %}
  5. <script type="text/javascript" src="{{ asset('app' ~ (full ? '-full' : '') ~ '.js', 'nglayouts_standard_js') }}"></script>