package web templ indexTemplate() { PLG MuDiCS Display
} templ videoTemplate(path string) { } templ imageTemplate(path string) { } templ deviceInfoTemplate(ip string, mac string, showQR bool) {
{ ip } { mac }
if showQR {
QR-Code
}
}