{{ define "title" }} {{ if .IsChampionship }} Championship Event {{ else }} Custom Race {{ end }} {{ end }} {{ define "content" }} {{ $f := .Current }} {{ $trackInfo := trackInfo $f.Track $f.TrackLayout }}
Configure an Event for the {{ .Championship.Name }} Championship.
{{ end }} {{ end }}