{{/* page title injected from child template */}}
MyAnimeList: {{template "title" .}}
{{if .User}}
{{block "sidebar" .}} {{template "navigation" dict "CurrentPath" .CurrentPath}} {{end}}
{{template "header" .}}
{{template "content" .}}
{{else}}
{{template "content" .}}
{{end}}