{{ if .Basics.Name }} {{ html .Basics.Name }} {{ end }} Summary {{ if or .Basics.Summary .Basics.Highlights }} {{ html .Basics.Summary }} {{ range .Basics.Highlights }} {{ html . }} {{ end }} {{ end }} {{ if .Work }} {{ if .WorkLabel }}{{ html .WorkLabel }}{{ else }}Experience{{ end }} {{ range .Work }} {{ html .Company }} {{ html .Position }} {{ if .StartDate }} {{ html .StartDate | MMMMYYYY }} - {{ if .EndDate }}{{ html .EndDate | MMMMYYYY }}{{ else }}Present{{ end }} {{ end }} {{ if .Summary }} {{ html .Summary }} {{ end }} {{ range .Highlights }} {{ html . }} {{ end }} {{ end }} {{ end }} {{ if .AdditionalWork }} {{ if .AdditionalWorkLabel }}{{ html .AdditionalWorkLabel }}{{ else }}Additional Experience{{ end }} {{ range .AdditionalWork }} {{ .Company }} {{ if .Position }} {{ .Position }} {{ end }} {{ if .StartDate }} {{ html .StartDate | MMMMYYYY }}{{ if .EndDate }} – {{ html .EndDate | MMMMYYYY }}{{ end }} {{ end }} {{ if .Summary }} {{ html .Summary }} {{ end }} {{ end }} {{ end }} {{ if .Basics.Location.Address }} {{ .Basics.Location.Address }} {{ end }} {{ if or .Basics.Location.City .Basics.Location.Region .Basics.Location.PostalCode }} {{ if .Basics.Location.City }} {{ html .Basics.Location.City }} {{ end }} {{ if .Basics.Location.Region }} , {{ html .Basics.Location.Region }} {{ end }} {{ if .Basics.Location.PostalCode }} {{ html .Basics.Location.PostalCode }} {{ end }} {{ end }} {{ if .Basics.Phone }} {{ html .Basics.Phone }} {{ end }} {{ if .Basics.Email }} {{ html .Basics.Email }} {{ end }} {{ if .Basics.Profiles }} {{ range .Basics.Profiles }} {{ html .Network }} {{ html .Username }} {{ end }} {{ else }} {{ end }} {{ if .Skills }} Skills {{ $numberOfSkills := len .Skills }} {{ range $index, $element := .Skills }} {{ html .Name }} {{ range $index, $element := .Keywords }}{{ if ne $index 0 }}, {{ end }}{{ . }}{{ end }} {{ if lt (plus1 $index) $numberOfSkills }} {{ end }} {{ end }} {{ end }} {{ if .Education }} Education {{ $numberOfEducation := len .Education }} {{ range $index, $element := .Education }} {{ html .Institution }} {{ html .Area }} {{ html .EndDate | MMMMYYYY }} {{ if lt (plus1 $index) $numberOfEducation }} {{ end }} {{ end }} {{ end }} {{ if .Publications }} {{ if .PublicationsLabel }}{{ html .PublicationsLabel }}{{ else }}Publications{{ end }} {{ $numberOfPublications := len .Publications }} {{ range $index, $element := .Publications }} {{ html .Name }} {{ if .Publisher }} , {{ html .Publisher }} {{ end }} {{ if .ISBN }} , ISBN {{ html .ISBN }} {{ end }} {{ if .Summary }} {{ html .Summary }} {{ end }} {{ if lt (plus1 $index) $numberOfPublications }} {{ end }} {{ end }} {{ end }} {{ if .AdditionalPublications }} {{ if .AdditionalPublicationsLabel }}{{ html .AdditionalPublicationsLabel }}{{ else }}Additional Publications{{ end }} {{ $numberOfAdditionalPublications := len .AdditionalPublications }} {{ range $index, $element := .AdditionalPublications }} {{ html .Name }} {{ if .Summary }} , {{ html .Summary }} {{ end }} {{ if .ISBN }} , ISBN {{ html .ISBN }} {{ end }} {{ if eq (plus1 $index) $numberOfAdditionalPublications }} {{ end }} {{ end }} {{ end }}