{{ with site.GetPage "sections/team" }} {{ if .Params.enable }}

{{ .Params.title }}

{{ range .Params.members }}
{{ partial "image" (dict "Src" .image "Class" "rounded-full" "Alt" .name) }}

{{ .name }}

{{ .designation }}

{{ end }}
{{ end }} {{ end }}