mirror of
https://github.com/Team254/cheesy-arena-lite.git
synced 2026-03-10 06:06:47 -04:00
4 lines
246 B
CSV
4 lines
246 B
CSV
Number,Name,Nickname,City,StateProv,Country,RookieYear,RobotName
|
|
{{range $team := .}}{{$team.Id}},"{{$team.Name}}","{{$team.Nickname}}","{{$team.City}}","{{$team.StateProv}}","{{$team.Country}}",{{$team.RookieYear}},"{{$team.RobotName}}"
|
|
{{end}}
|