{{ .LinkTitle }}

{{ if .Description }} {{ .Description | plainify | htmlUnescape }} {{ else if .Summary }} {{ .Summary | plainify | htmlUnescape }} {{ end }} {{ if eq .Type "docs" }}
{{ range $index, $value := first 3 .Pages }} {{ if gt $index 0 }}
{{ end -}}

{{ .LinkTitle }}

{{ if .Description }} {{ .Description | plainify | htmlUnescape }} {{ else if .Summary }} {{ .Summary | plainify | htmlUnescape }} {{ end }} {{ end }}

{{ i18n "readMore" }}

{{ else }} {{ partial "components/post-metadata" . }} {{ end }}