- {{.Account.Email.String}}
+ {{.User.Email.String}}
diff --git a/pkg/server/views/templates/notes/index.gohtml b/pkg/server/views/templates/notes/index.gohtml
deleted file mode 100644
index 168430f5..00000000
--- a/pkg/server/views/templates/notes/index.gohtml
+++ /dev/null
@@ -1,91 +0,0 @@
-{{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"}}
-