diff --git a/head/head.html b/head/head.html
index e84c4a5..e3645f8 100644
--- a/head/head.html
+++ b/head/head.html
@@ -40,7 +40,11 @@
{%- endfor -%}
{% for file in template_files['js'] -%}
+ {% if file is iterable -%}
+
+ {% else -%}
+ {% endif -%}
{% endfor %}
{%- for file in template_files['css'] -%}