1 2 3 4 5 6 7
{% for file in js -%} {% if file.name != "theme-init.js" %} <script> {{ file.content }} </script> {% endif -%} {% endfor -%}