package uptime import "gitlab.unjx.de/flohoss/godash/services" import "gitlab.unjx.de/flohoss/godash/components/system" import "fmt" import "html/template" var countDownTemplate = template.Must(template.New("countdown").Parse("")) type Countdown struct { Id string Value uint16 } templ Uptime(extraInfo string, id string, uptime services.Uptime) {