Files
LazyPM/pkg/web/components/status.templ
2026-02-17 13:56:33 +01:00

8 lines
165 B
Plaintext

package components
templ Status() {
<div hx-get="/status" hx-trigger="load, every 1s" hx-target="#status" hx-swap="innerHTML">
<div id="status"></div>
</div>
}