{{- with .Site.Params.profileMode }}
{{- if .imageUrl}}{{ .imageTitle | default {{- end}}

{{- .title | default $.Site.Title | markdownify -}}

{{- .subtitle | markdownify -}} {{- partial "social_icons.html" $.Site.Params.socialIcons -}} {{- with .buttons }}
{{- range . -}} {{ .name }} {{- end -}}
{{- end }}
{{- end}}