{{ $data_source := .Site.Data.collaborations.collaborating }}

Collaborating at the Eclipse Foundation

{{ range $index, $item := $data_source }} {{ if eq (mod $index 2) 0 }}
{{ end }}

{{ $item.title }}

{{ $item.description }}

{{ end }}