package components import "gitea.henriburau.de/haw-lan/cod4watcher/models" import "strconv" templ CaptureTable(table models.ResultTable) {
{ header.Title }
{ header.Subtitle }
|
}
||
---|---|---|
{ row.Name } | { strconv.Itoa(row.Total) } | for _, score := range row.Individual {{ strconv.Itoa(score) } | }