{{ template "base.html" . }} {{ define "breadcrumb" }} Dashboard {{ end }} {{ define "content" }}
| 順位 | プレイヤー | スコア1 | スコア2 | 合計スコア | 提出時刻1 | 提出時刻2 |
|---|---|---|---|---|---|---|
| {{ .Rank }} | {{ .Username }}{{ if .UserLabel }} ({{ .UserLabel }}){{ end }} | {{ .Score1 }} | {{ .Score2 }} | {{ .TotalScore }} | {{ .SubmittedAt1 }} | {{ .SubmittedAt2 }} |