{{ $ := .root }} {{ $page := .page }} {{ $columns := $page.Params.design.columns | default "2" }}
{{ with $page.Content }}{{ . }}{{ end }} {{ if $page.Params.experience }} {{ $exp_len := len $page.Params.experience }} {{/* Default to user's custom order (as requested in #1761) as Hugo doesn't support multiple sorts on params. */}} {{ range $idx, $key := $page.Params.experience }}
 
 
 
 
 
{{- if .company_logo}} {{- $svg_icon := resources.Get (printf "media/icons/brands/%s.svg" .company_logo) -}} {{ if not $svg_icon }}{{ errorf "Brand logo not found at `assets/media/icons/brands/%s.svg`" .company_logo }}{{end}}
{{- with .company_url}}{{end -}} {{.company | plainify}} {{- with .company_url}}{{end -}}
{{ end }}
{{.title | markdownify | emojify}}
{{ (time .date_start) | time.Format ($page.Params.date_format | default "January 2006") }} – {{ if .date_end}} {{ (time .date_end) | time.Format ($page.Params.date_format | default "January 2006") }} {{else}} {{ i18n "present" | default "Present" }} {{end}} {{with .location}} {{.}} {{end}}
{{- if .company_logo}}
{{end}} {{with .description}}
{{. | markdownify | emojify}}
{{end}}
{{end}} {{end}}