{{define "title"}}FTA Display{{end}} {{define "body"}}
Blue Teams
DS
R
Bat
Byp
Trip Time
Lost Pack
{{template "ftaTeam" dict "color" "B" "position" 1 "data" .}} {{template "ftaTeam" dict "color" "B" "position" 2 "data" .}} {{template "ftaTeam" dict "color" "B" "position" 3 "data" .}}
Red Teams
DS
R
Bat
Byp
Trip Time
Lost Pack
{{template "ftaTeam" dict "color" "R" "position" 3 "data" .}} {{template "ftaTeam" dict "color" "R" "position" 2 "data" .}} {{template "ftaTeam" dict "color" "R" "position" 1 "data" .}}

{{end}} {{define "script"}} {{end}} {{define "ftaTeam"}}
{{.position}}
{{end}}