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

{{ .Title }}

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