Multi

{{ range $_, $r := .Category1 }} {{ template "components/role" $r }} {{ end }}

Single

{{ range $_, $r := .Category2 }} {{ template "components/role" $r }} {{ end }}

Bad

{{ range $_, $r := .Category3 }} {{ template "components/role" $r }} {{ end }}

Hmm

{{ range $_, $r := .Category4 }} {{ template "components/role" $r }} {{ end }}