{{- $assetType := .Get "assetType" -}} {{- $title := .Get "title" -}} {{- $description := .Get "description" -}} {{- $url := .Get "url" -}} {{- if in $assetType "image" -}}
{{ if $description }}{{ $description }}{{ else }}{{ $title }}{{ end }}
{{- else if in $assetType "video" -}} {{- else if in $assetType "audio" -}} {{- else -}}
Unconfigured Embedded Asset
title: {{ $title }}
description: {{ $description }}
assetType: {{ $assetType }}
parentContentType: {{ .Get "parentContentType" }}
size: {{ .Get "size" }} b
filename: {{ .Get "filename" }}
{{- end -}}