- {{ range $index, $element := .Site.Params.experience.items }}
- {{ if (eq $index 0) }}
-
-
-
{{ .job }}
-
-
-
{{ .company }}
-
- {{ .date }}
- {{ if .info.enable | default true }}
-
-
-
-
-
- {{ end }}
-
-
- {{ if .featuredLink.enable | default false }}
-
- {{ end }}
-
-
- {{ .content | markdownify}}
-
- {{ else }}
-
-
-
{{ .job }}
-
-
-
{{ .company }}
-
-
- {{ .date }}
- {{ if .info.enable | default true }}
-
-
-
-
-
- {{ end }}
-
-
- {{ if .featuredLink.enable | default false }}
-
- {{ end }}
-
-
-
- {{ .content | markdownify}}
-
-
- {{ end }}
- {{ end }}
-