{{ define "title" }}Home{{ end }} {{ define "content" }} {{ template "premium" dict "IsPremium" $.IsPremium }} {{ with .RaceDetails }}
{{ if eq $.server_event_type "CHAMPIONSHIP" }}
Championship Event in Progress
{{ else }}
Event in Progress
{{ end }}
{{ template "race-card" . }}
Live Timings {{ if WriteAccess }} {{ end }}
{{ .RaceConfig.Track }} {{ .RaceConfig.TrackLayout }}
{{ end }}
{{ if WriteAccess }}

Quick Race

Custom Races

{{ end }}

Championships

{{ if AdminAccess }}

Options

{{ end }}

Results

Logs

Tracks

Cars & Setups

Weather

{{ if AdminAccess }}

Accounts

Blacklist

Message of the Day

{{ end }}
{{ end }}