{{- .Title }} {{- if .Draft }} [Draft]{{- end }} {{- if .Weight }} [Pinned]{{- end }}
{{ .Description | plainify | htmlUnescape }}
{{ else }}{{ .Summary | plainify | htmlUnescape }}{{ if .Truncated }}...{{ end }}
{{ end }}{{- define "main" }}
{{- if (and site.Params.profileMode.enabled .IsHome) }}
{{- partial "index_profile.html" . }}
{{- else }} {{/* if not profileMode */}}
{{- if not .IsHome | and .Title }}
{{/* see: https://gohugo.io/variables/taxonomy/#taxonomy-terms-page-variables */}}
{{- if eq .Kind "term" -}}{{- .Data.Singular }}: {{ end -}}
{{ .Title -}}
{{- if .Description }}
{{ .Description | markdownify }}
{{- end }}
{{- partial "inline_links.html" . -}}
{{ .Description | plainify | htmlUnescape }}
{{ else }}{{ .Summary | plainify | htmlUnescape }}{{ if .Truncated }}...{{ end }}
{{ end }}