Remove no-js declaration in nonce-enabled inline script

Change-Id: If29e7d48ef9c326533a5e6f9a44176d2da84b78d
diff --git a/templates/layouts/main.html.ep b/templates/layouts/main.html.ep
index f5610c2..2fa2563 100644
--- a/templates/layouts/main.html.ep
+++ b/templates/layouts/main.html.ep
@@ -60,6 +60,9 @@
         data-korap-url="<%== $api %>"
         itemscope
         itemtype="http://schema.org/<%= stash('schematype') || 'WebApplication' %>">
+    
+    %= csp_nonce_tag
+
     <div id="kalamar-bg"></div>
     
     %= include 'partial/side', embedded => $embedded