{{- $entryId := .Get "id" -}} {{- $contentType := .Get "contentType" -}} {{- $parentContentType := .Get "parentContentType" -}} {{- if eq $contentType "__custom-content-type__" -}} {{- else -}}
Unconfigured Embedded Entry
id: {{ $entryId }}
contentType: {{ $contentType }}
parentContentType: {{ $parentContentType }}
{{- end -}}