{{define "title"}} Categories {{end}} {{define "header"}}

Categories

{{end}} {{define "content"}}
{{range .}}
{{ .Name }}
{{end}}
{{end}}