{{/*### Handler=/about TitleBar=About */}} {{ define "tpl" }}

{{ .T "Welcome to Yozora." }}

{{ .T "Yozora is a private osu! server." }}
{{ .T "There are many like it, but this one is ours." }}
{{ $scoreCount := qb "SELECT COUNT(*) as Count FROM scores" }} {{ $scoreCountRx := qb "SELECT COUNT(*) as Count FROM scores_relax" }} {{ $scoreCountAp := qb "SELECT COUNT(*) as Count FROM scores_auto" }}

With {{ .T "%s Vanilla Scores, %s Relax Scores, %s Autopilot Scores and %s Registered Players (With %s people online currently!) you'd be crazy not to play!" $scoreCount.Count $scoreCountRx.Count $scoreCountAp.Count (rediget "ripple:online_users") (rediget "ripple:registered_users") | html}}

{{ end }}