{{/* see https://laurakalbag.com/processing-responsive-images-with-hugo/ https://discourse.gohugo.io/t/easy-way-to-serve-responsive-images-with-hugo/16184 https://www.adamwills.io/blog/responsive-images-hugo/ https://gohugo.io/content-management/image-processing/ */}} {{ $src := .Page.Resources.GetMatch (printf "*%s*" (.Get "src")) }}
{{ with .Get "link" }}{{ end }} {{ if .Get "link"}}{{ end }} {{ with .Inner }}
{{ . | markdownify }}
{{ end }}