{{ define "title" }}Live Timing{{ end }} {{ define "extracss" }} {{ end }} {{ define "content" }} {{ with .RaceDetails }} {{ $trackInfo := trackInfo .RaceConfig.Track .RaceConfig.TrackLayout }}
{{ if eq $.server_event_type "CHAMPIONSHIP" }}
Championship Event in Progress
{{ else }}
Event in Progress
{{ end }}
{{ template "race-card" . }}
Road Temp
Ambient Temp
{{ with $trackInfo }}
Track Info

Description: {{ $trackInfo.Description }}
Length: {{ $trackInfo.Length }}
Pit Boxes: {{ $trackInfo.Pitboxes }}
Width: {{ $trackInfo.Width }}
Run: {{ $trackInfo.Run }}

{{ end }}
{{ .RaceConfig.Track }} {{ .RaceConfig.TrackLayout }} Current Weather
Pos Driver Car Current Lap Best Lap Last Lap Gap Laps Completed Top Speed Events
Live Map
{{ if Config.LiveMap.IsEnabled }}
{{ end }}
{{ if WriteAccess }}
{{ end }}
{{ with $.FrameLinks }} {{ range $index, $link := $.FrameLinks }}
{{ if WriteAccess }}
{{ end }}
{{ end }} {{ end }} {{ if WriteAccess }} Add IFrame {{ end }}
{{ end }} {{ end }}