t2/views/capture/capture_table_update.templ

9 lines
171 B
Plaintext

package capture
import "gitea.henriburau.de/haw-lan/cod4watcher/models"
templ TableWithLeaderboard(table models.ResultTable) {
@Pedestal(table)
@CaptureTable(table)
}