diff --git a/template/common.go b/template/common.go
index ce8108d2..574e4e18 100644
--- a/template/common.go
+++ b/template/common.go
@@ -246,6 +246,30 @@ var templateCommonMap = map[string]string{
{{ end }}
`,
+ "settings_menu": `{{ define "settings_menu" }}
+
+{{ end }}`,
}
var templateCommonMapChecksums = map[string]string{
@@ -253,4 +277,5 @@ var templateCommonMapChecksums = map[string]string{
"item_meta": "34deb081a054f2948ad808bdb2c8603d6ab00c58f2f50c4ead0b47ae092888eb",
"layout": "010e31c9dde88cb429b21f4b0c24bb3769043a3ef1ef4a57100314f5910c8725",
"pagination": "3386e90c6e1230311459e9a484629bc5d5bf39514a75ef2e73bbbc61142f7abb",
+ "settings_menu": "78e5a487ede18610b23db74184dab023170f9e083cc0625bc2c874d1eea1a4ce",
}
diff --git a/template/html/about.html b/template/html/about.html
index 29bb2e99..d4ea6e27 100644
--- a/template/html/about.html
+++ b/template/html/about.html
@@ -3,22 +3,7 @@
{{ define "content"}}
diff --git a/template/html/common/settings_menu.html b/template/html/common/settings_menu.html
new file mode 100644
index 00000000..07a9f24a
--- /dev/null
+++ b/template/html/common/settings_menu.html
@@ -0,0 +1,24 @@
+{{ define "settings_menu" }}
+
+{{ end }}
\ No newline at end of file
diff --git a/template/html/create_user.html b/template/html/create_user.html
index 7672d091..a038f239 100644
--- a/template/html/create_user.html
+++ b/template/html/create_user.html
@@ -3,23 +3,7 @@
{{ define "content"}}