{{ $sectionID := replace (lower .section.name) " " "-" }} {{ if .section.id }} {{ $sectionID = .section.id }} {{ end }}
{{ if not (.section.hideTitle) }}

{{ .section.name }}

{{ else }}

{{ .section.name }}

{{ end }}
{{ $totalExperiences:= len .experiences }} {{ range $index,$experience:= .experiences }}
{{ partial "sections/experiences/positions.html" $experience }}
{{ end }}