diff --git a/templates/body_bottom.html b/templates/body_bottom.html
index 1f55d42..8f7f8fb 100644
--- a/templates/body_bottom.html
+++ b/templates/body_bottom.html
@@ -1,9 +1,19 @@
-{% if static.scripts.bootstrap %}
+{% if static.scripts | length >= 1 +%}
+
+
+
+ {% for _, script in static.scripts | items %}
+ {# Load scripts at the bottom by default #}
+ {% if not script.place_in_head | default(False) %}
+
+ {% endif %}
+ {% endfor %}
{% endif %}
+