8 lines
303 B
HTML
8 lines
303 B
HTML
<!--. is .c-->
|
|
<!--$ is .g-->
|
|
|
|
{{ $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 }}
|