{{ $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 */}} {{ end }}
{{ if .IsPage }} {{ partial "breadcrumb" . }} {{ end }} {{ if .Date }}
{{ .Date | time.Format (default "Monday 2 January 2006" .Site.Params.date_format) }}
{{ end }}

{{ .Title }}

{{ $.Param "read_more_copy" | default (i18n "readMore") }} {{/* TODO: add author

By {{ .Author }}

*/}}