{{ $featured_image := partial "func/GetFeaturedImage.html" . }}
{{$.Site.Language.LanguageDirection}} {{ if $featured_image }} {{/* Trimming the slash and adding absURL make sure the image works no matter where our site lives */}}
image from {{ .Title }}
{{ else }} {{ end }}

{{ .Title }}

{{ $.Param "read_more_copy" | default (i18n "readMore") | humanize }}
{{ partial "ac_notation" .Parent }}