{{ $p := .p }}
{{ $class := .class | default "ml-3" }}
{{ $image := ($p.Resources.ByType "image").GetMatch "**featured*" }}
{{ $image_palceholder := .placeholder}}
{{ if $image }}
{{ with $image.Params.byline }}
{{ . | html }}
{{ end }}
{{ else }}
{{ end }}