diff --git a/templates/group/sidebar/menu.tmpl b/templates/group/sidebar/menu.tmpl
new file mode 100644
index 0000000000..b618df05c2
--- /dev/null
+++ b/templates/group/sidebar/menu.tmpl
@@ -0,0 +1,18 @@
+
+
diff --git a/templates/group/sidebar/sidebar_item.tmpl b/templates/group/sidebar/sidebar_item.tmpl
new file mode 100644
index 0000000000..4fff95a15f
--- /dev/null
+++ b/templates/group/sidebar/sidebar_item.tmpl
@@ -0,0 +1,25 @@
+{{$item := (call (index $.root "AsGroupItem") .item)}}
+{{$parent := $item.Parent}}
+
+
+
+
+
+ {{- range $i, $childItem := $item.Children $.root.Doer -}}
+ {{- template "group/sidebar/sidebar_item" dict "item" $childItem "root" $.root -}}
+ {{- end -}}
+
+
+
+