{{ .Title }}
{{ $pub := .Date.Format "02 January 2006" }} {{ $last := .Lastmod.Format "02 January 2006" }} Published on {{ $pub }} in {{ $categories := .Params.categories }} {{ range $index, $element := $categories }} {{ $element }} {{ if (ne (add $index 1) (len $categories)) }} / {{ end }} {{ end }} {{ $read := .ReadingTime }} - {{ .ReadingTime }} minute{{ if gt $read 1 }}s{{ end }} read {{ if and (ne $pub $last) (.Lastmod.After .Date) }} - Last modified on {{ $last }} {{ end }} {{ if .IsTranslated }} - Read in {{ range .Translations }} {{ .Lang }} {{ end }} {{ end }}
{{ .Content }}