{{ $position:= index .positions 0 }} { $logoImage:= resources.Get .company.logo}} {{ if $logoImage }} {{/* svg don't support "Fit" operation */}} {{ if ne $logoImage.MediaType.SubType "svg" }} {{ $logoImage = $logoImage.Fit "300x300" }} {{ end }}
{{ end }} {{ $position:= index .positions 0 }}
{{ if .company.url }}{{ .company.name }}{{ else }}{{ .company.name }}{{ end }}

{{ $position.start }} - {{ if $position.end }}{{ $position.end }}{{ else }}{{ i18n "present" }}{{ end }}

{{ .company.location }}

{{ $position.designation }}

{{ .company.overview | markdownify }}

{{ if $position.responsibilities }}
{{ i18n "responsibilities" }}
{{ end }}