{{- define "main" }} {{- (printf "%s " .Title ) | htmlUnescape -}} {{- if .Description }} {{ .Description }} {{- end }} {{- if and (.Param "showTranslationListInPosts") (not (.Param "hideMeta")) }} {{- partial "translation_list.html" . -}} {{- end }}