diff --git a/templates/partials/htmx.tmpl b/templates/partials/htmx.tmpl
index 6e15942..a2bca46 100644
--- a/templates/partials/htmx.tmpl
+++ b/templates/partials/htmx.tmpl
@@ -1,3 +1,3 @@
{{define "htmx"}}
-
+
{{end}}
diff --git a/templates/partials/js.tmpl b/templates/partials/js.tmpl
index c1bbcbd..5d2e420 100644
--- a/templates/partials/js.tmpl
+++ b/templates/partials/js.tmpl
@@ -4,5 +4,5 @@
htmx.find('#progress').setAttribute('value', evt.detail.loaded/evt.detail.total * 100)
});
-
+
{{end}}
diff --git a/templates/partials/style.tmpl b/templates/partials/style.tmpl
index 6ae8830..f17c1b0 100644
--- a/templates/partials/style.tmpl
+++ b/templates/partials/style.tmpl
@@ -1,3 +1,3 @@
{{define "style"}}
-
+
{{end}}