- {{.User.Email.String}}
+ {{.Account.Email.String}}
diff --git a/pkg/server/views/templates/notes/index.gohtml b/pkg/server/views/templates/notes/index.gohtml
new file mode 100644
index 00000000..168430f5
--- /dev/null
+++ b/pkg/server/views/templates/notes/index.gohtml
@@ -0,0 +1,91 @@
+{{define "yield"}}
+
+
Notes
+
+ {{template "pageToolbar" dict "data" . "class" "toolbar"}}
+
+
+ {{if eq (len .NoteGroups) 0 }}
+
No notes found.
+ {{end}}
+
+ {{range .NoteGroups}}
+ {{template "noteGroup" .}}
+ {{end}}
+
+
+{{end}}
+
+{{define "noteGroup"}}
+