{{ $sectionID := replace (lower .section.name) " " "-" }} {{ if .section.id }} {{ $sectionID = .section.id }} {{ end }} {{ $author:= site.Data.author }} {{ if (index site.Data site.Language.Lang).author }} {{ $author = (index site.Data site.Language.Lang).author }} {{ end }}

{{ $author.name }}

{{ if .designation }}
{{ .designation }} {{ if .company }} {{ i18n "at"}} {{ .company.name }} {{ end }}
{{ end }}

{{ .summary | markdownify }}

{{ if .resume }} {{ end }}
{{ range .softSkills }} {{ partial "misc/soft-skills.html" . }} {{ end }}