Files
LazyPM/pkg/web/components/status.templ
2026-03-04 22:45:31 +01:00

8 lines
162 B
Plaintext

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