{{ $imageFile := print "public" (.Get `source`) }} {{ $image := imageConfig $imageFile }} {{ $ratio := 0 }} {{ if lt (mul (div (float $image.Height) $image.Width) 100) 100 }} {{ $ratio = mul (div (float $image.Height) $image.Width) 100 }} {{ end }}
{{ .Get `title` }}
{{ .Inner | markdownify }}