{{ $class := .Get "class" }} {{ $file := .Get "file" }} {{ $data := getCSV "," $file }} {{ range $row, $columns := $data }} {{ range $columns }} {{ if eq $row 0 }} {{ else }} {{ end }} {{ end }} {{ end }}
{{ . }} {{ . }}