mirror of
https://github.com/Team254/cheesy-arena-lite.git
synced 2026-03-09 21:56:50 -04:00
Added web interface and team list report.
This commit is contained in:
3
templates/teams.csv
Normal file
3
templates/teams.csv
Normal file
@@ -0,0 +1,3 @@
|
||||
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}}
|
||||
|
Reference in New Issue
Block a user