{{ index + 1 }}
{{ nameWithFallbacks(element) }}
diff --git a/app/views/label_templates/index.html.erb b/app/views/label_templates/index.html.erb
index 9f2ac4c16..d0e89d6d3 100644
--- a/app/views/label_templates/index.html.erb
+++ b/app/views/label_templates/index.html.erb
@@ -1,6 +1,11 @@
<% if current_team %>
<% provide(:sidebar_title, t('sidebar.templates.sidebar_title')) %>
<% provide(:container_class, "no-second-nav-container") %>
+
+ <% content_for :head do %>
+
+ <% end %>
+
<%= content_for :sidebar do %>
<%= render partial: "/shared/sidebar/templates_sidebar", locals: {active: :label} %>
<% end %>
diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb
index 2282e06e2..ffc5f55fe 100644
--- a/app/views/layouts/application.html.erb
+++ b/app/views/layouts/application.html.erb
@@ -7,7 +7,6 @@
-
<% if user_signed_in? %>
@@ -48,10 +47,13 @@
<%= stylesheet_link_tag 'prism' %>
<%= csrf_meta_tags %>
+
+
<% if content_for?(:head) %>
<%= yield(:head) %>
<% end %>
+
<%= javascript_include_tag 'tui_image_editor' %>
<%= stylesheet_link_tag 'tui_image_editor_styles' %>
<%= javascript_include_tag 'vue_navigation_navigator' %>
diff --git a/app/views/protocols/index.html.erb b/app/views/protocols/index.html.erb
index d25bc80b2..aae0fdf1a 100644
--- a/app/views/protocols/index.html.erb
+++ b/app/views/protocols/index.html.erb
@@ -7,6 +7,10 @@
<% end %>
<% provide(:container_class, 'no-second-nav-container') %>
+ <% content_for :head do %>
+
+ <% end %>
+