package component import ( "fmt" common "forge.cadoles.com/wpetit/kouiz/internal/http/handler/webui/common/component" "forge.cadoles.com/wpetit/kouiz/internal/store" "strconv" ) type LeaderboardPageVModel struct { Player *store.Player Players []*store.Player PlayerRank int } templ LeaderboardPage(vmodel LeaderboardPageVModel) { @common.AppPage(common.WithPageOptions( common.WithTitle("Tableau des scores"), )) {
Position | Pseudonyme | Score |
---|---|---|
{ strconv.FormatInt(int64(i+1), 10) } | { p.Name } | { strconv.FormatInt(int64(p.Score), 10) } |