{{ with (index $.Site.Data "more-contentful").contacts }}
{{ $useImage := index . "useImage" | default false }}
{{ $links := sort .links "name" "asc" }}
{{- range $links -}}
{{- /* Render the link only to externally linked pages/files and those with >=0 weight. */ -}}
{{ if (and (not .excludeInMenu) (eq (absLangURL .url) .url)) }}