{{ $dataName := .Get "data" }}
{{ with (index .Site.Data (split $dataName "/")) }}
{{- partial "widget/links.html" . -}}
{{ end }}