{## # Not cached JS part # # @ListChild (list="jscontainer.js", weight="100") #}{% if not this.doJSAggregation() %}{% for file in this.getJSResources() %} <script src="{{ this.getResourceURL(file.url, file) }}" {% if file.async %} async{% endif %} {% if file.defer %} defer{% endif %} {% if file.code %} {{ file.code }}{% endif %}></script>{% endfor %}{% endif %}