{{ $articleType := .Params.type | default "life" }} {{ $typeConfig := .Site.Params.articleTypes }} {{ $typeData := index $typeConfig $articleType }} {{ $excerpt := .Description | default .Summary }}
{{ if .Params.image }} {{ .Title }} {{ end }}
{{ if .Params.pinned }}
📌 PINNED
{{ end }}

{{ .Title }}

{{ if $typeData }} {{ i18n $articleType }} {{ end }}
{{ if $excerpt }}

{{ $excerpt | plainify }}

{{ end }} {{ i18n "readMore" }}