diff --git a/cmd/frontend/main.go b/cmd/frontend/main.go
index e8340df1..6d30b002 100644
--- a/cmd/frontend/main.go
+++ b/cmd/frontend/main.go
@@ -107,6 +107,7 @@ func main() {
ThirdPartyPath: *thirdPartyPath,
DevMode: *devMode,
AppVersionLabel: cfg.AppVersionLabel(),
+ GoogleTagManagerID: cfg.GoogleTagManagerID,
})
if err != nil {
log.Fatalf(ctx, "frontend.NewServer: %v", err)
diff --git a/content/static/html/base.tmpl b/content/static/html/base.tmpl
index f7d70866..1ba62659 100644
--- a/content/static/html/base.tmpl
+++ b/content/static/html/base.tmpl
@@ -10,6 +10,7 @@
+
{{if (.Experiments.IsActive "sidenav")}}
@@ -194,8 +195,8 @@
{{if not .DevMode}}