1 2 3 4 5 6 7 8
{{- $file := .Get 0 }} {{- $path := printf "content_images/%s" $file}} {{- $img := resources.Get $path }} <img class="center" src="{{ $img.Permalink }}" >