{{ if .company.url }} {{end }} {{ .company.name }}
{{ $oldestPosition := index (last 1 .positions) 0}} {{ $mostRecentPosition := index (first 1 .positions) 0}}
{{ .designation }}

{{ $oldestPosition.start }} - {{ if $mostRecentPosition.end }} {{ $mostRecentPosition.end }} {{ else }} Present {{ end }}, {{ .company.location }}

{{ .company.overview | markdownify }}

{{ $totalPositions:= len .positions }} {{ range $index,$position:= .positions }}
{{ $position.designation }}

{{ $position.start }} - {{if $position.end }} {{ $position.end }} {{else}} Present {{end}}


{{ end }}