- {{.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"}}
+
-{{end}}
\ No newline at end of file
+{{end}}
+
+{{define "planSection"}}
+
+ Plan
+
+
+
+
+
Dnote Pro
+
+ Fully hosted and managed Dnote for you.
+
+
+
+
+ {{if .Cloud}}
+ Yes
+ {{else}}
+
+ Unlock
+
+ {{end}}
+
+
+
+
+
+{{end}}
diff --git a/pkg/server/views/templates/users/settings_about.gohtml b/pkg/server/views/templates/users/settings_about.gohtml
index 3252b9de..bba9a8f0 100644
--- a/pkg/server/views/templates/users/settings_about.gohtml
+++ b/pkg/server/views/templates/users/settings_about.gohtml
@@ -27,6 +27,27 @@
+ {{if ne .Standalone "true"}}
+