{{define "page"}}

{{.Props.Title}}

{{end}} {{define "collection"}} {{end}} {{define "index"}}

Group 1

{{template "collection" .Props.Groups.group_1}}

Group 2

{{template "collection" .Props.Groups.group_2}}
{{end}}