diff --git a/templates/playground/header.tmpl b/templates/playground/header.tmpl
new file mode 100644
index 0000000000..8a593c9266
--- /dev/null
+++ b/templates/playground/header.tmpl
@@ -0,0 +1,13 @@
+
+
+
diff --git a/templates/playground/playground.tmpl b/templates/playground/playground.tmpl
index 183e31d213..053bd95e39 100644
--- a/templates/playground/playground.tmpl
+++ b/templates/playground/playground.tmpl
@@ -1,4 +1,7 @@
{{template "base/head" .}}
+
+{{template "playground/header" .}}
+
{{if .IsSigned}}
User : {{.UserName}}
{{else}}
diff --git a/templates/playground/repl-iframe.tmpl b/templates/playground/repl-iframe.tmpl
index 09c8362011..ddb01a7dde 100644
--- a/templates/playground/repl-iframe.tmpl
+++ b/templates/playground/repl-iframe.tmpl
@@ -1,10 +1,12 @@
{{template "base/head" .}}
+{{template "playground/header" .}}
+