diff --git a/templates/user/include/header.tmpl b/templates/user/include/header.tmpl
index 93020e2..5f29646 100644
--- a/templates/user/include/header.tmpl
+++ b/templates/user/include/header.tmpl
@@ -1,92 +1,95 @@
-{{define "header"}}
-
-
-
-
- {{.PageTitle}} {{if .Separator}}{{.Separator}}{{else}}—{{end}} {{.SiteName}}
-
-
-
-
-
-
-
-
-
-
-
+{{define "user-navigation"}}
{{if .SingleUser}}
{{else}}
{{ if .SimpleNav }}
{{ else }}
{{ end }}
{{if .SimpleNav}}
About
{{if and (and (not .SingleUser) .LocalTimeline) .CanViewReader}}Reader{{end}}
Log out
{{else}}
Blogs
Drafts
{{end}}
{{if .SimpleNav}}
{{end}}
{{end}}
+{{end}}
+{{define "header"}}
+
+
+
+
+ {{.PageTitle}} {{if .Separator}}{{.Separator}}{{else}}—{{end}} {{.SiteName}}
+
+
+
+
+
+
+
+
+
+
+
+ {{template "user-navigation" .}}
{{end}}
{{define "admin-header"}}
{{end}}