diff --git a/coordinator/internal/transport/http/templates/add-worker.html b/coordinator/internal/transport/http/templates/add-worker.html
index fe57d04..036813d 100644
--- a/coordinator/internal/transport/http/templates/add-worker.html
+++ b/coordinator/internal/transport/http/templates/add-worker.html
@@ -5,9 +5,7 @@
Add your machine · SciMesh
-
+ {{template "ui-styles"}}
diff --git a/coordinator/internal/transport/http/templates/job.html b/coordinator/internal/transport/http/templates/job.html
index f4a1229..1a266dd 100644
--- a/coordinator/internal/transport/http/templates/job.html
+++ b/coordinator/internal/transport/http/templates/job.html
@@ -5,10 +5,7 @@
SciMesh pipeline
-
+ {{template "ui-styles"}}
diff --git a/coordinator/internal/transport/http/templates/new-job.html b/coordinator/internal/transport/http/templates/new-job.html
index 51795bc..b82e141 100644
--- a/coordinator/internal/transport/http/templates/new-job.html
+++ b/coordinator/internal/transport/http/templates/new-job.html
@@ -5,9 +5,7 @@
New computation · SciMesh
-
+ {{template "ui-styles"}}
diff --git a/coordinator/internal/transport/http/templates/profile.html b/coordinator/internal/transport/http/templates/profile.html
index 6b722c3..6f45ced 100644
--- a/coordinator/internal/transport/http/templates/profile.html
+++ b/coordinator/internal/transport/http/templates/profile.html
@@ -5,8 +5,7 @@
Profile · SciMesh
-
+ {{template "ui-styles"}}
diff --git a/coordinator/internal/transport/http/templates/ui-base.html b/coordinator/internal/transport/http/templates/ui-base.html
new file mode 100644
index 0000000..00ae631
--- /dev/null
+++ b/coordinator/internal/transport/http/templates/ui-base.html
@@ -0,0 +1,141 @@
+{{define "ui-styles"}}{{end}}
diff --git a/coordinator/internal/transport/http/templates/workloads.html b/coordinator/internal/transport/http/templates/workloads.html
index a31aa92..06b3132 100644
--- a/coordinator/internal/transport/http/templates/workloads.html
+++ b/coordinator/internal/transport/http/templates/workloads.html
@@ -5,9 +5,7 @@
Workload library · SciMesh
-
+ {{template "ui-styles"}}