{{if .User}}
{{block "header" .}} {{template "header" .}} {{end}}
{{block "sidebar" .}} {{template "navigation" dict "CurrentPath" .CurrentPath}} {{end}}
{{template "content" .}}
{{template "footer" .}}
{{else}}
{{template "content" .}}
{{template "footer" .}}
{{end}}