{{- .Title }}
{{- if .Draft }} [draft]{{ end -}}
{{ .Summary | plainify | htmlUnescape }}{{ if .Truncated }}...{{ end }}
{{- define "main" }}
{{- if (and .Site.Params.profileMode.enabled .IsHome) }}
{{- partial "index_profile.html" . }}
{{- else }} {{/* if not profileMode */}}
{{- if not .IsHome | and .Title }}
{{ .Title }}
{{- if .Description }}
{{ .Description | markdownify }}
{{- end }}
{{ .Summary | plainify | htmlUnescape }}{{ if .Truncated }}...{{ end }}