{{ $scratch := .g.Scratch }} {{ with ( where ( where .g.Site.Pages "Type" "organisations" ) "Params.parent" .g.File.ContentBaseName ) }} {{ $scratch.Add "children" ( slice . ) }} {{ partial "cv/organisations/recursive-children.html" (dict "c" . "g" $.g ) }} {{ end }}