{{ define "main" }}
{{ if .Params.image }} {{ partial "image" (dict "Src" .Params.image "Context" .Page "Alt" .Title "Class" "mx-auto mb-6" ) }} {{ end }}

{{ .Title }}

{{ .Description }}

{{ with .Params.expertise_title }}

{{ . }}

{{ end }}
    {{ range .Params.expertise_sectors }}
  • {{ . }}
  • {{ end }}
{{ partial "clients" . }} {{ partial "team" . }} {{ end }}