templates/web/admin/jscontainer/parts/js.twig line 1

Open in your IDE?
  1. {##
  2.  # Not cached JS part
  3.  #
  4.  # @ListChild (list="jscontainer.js", weight="100")
  5.  #}
  6. {% if not this.doJSAggregation() %}
  7. {% for file in this.getJSResources() %}
  8.   <script type="text/javascript" src="{{ this.getResourceURL(file.url, file) }}"></script>
  9. {% endfor %}
  10. {% endif %}