{{ $color := .Get "color" | default "white" -}} {{ $image := .Get "image" -}} {{ $imageAlt := .Get "imageAlt" -}}
{{ .Inner -}}
{{ with $image -}}
{{ $imageAlt }}
{{ end -}}