converge/pkg/server/templates/sessions.templ
Erik Brakkee d6d2d5648c Live updates of the sessions.
V1 in ascii-art. To be improved.
2024-09-08 11:16:49 +02:00

20 lines
256 B
Plaintext

package templates
templ Sessions() {
<div hx-ext="ws" ws-connect="/ws/sessions">
<h1>sessions</h1>
<div id="mycontent">
Initial content
</div>
</div>
}
templ SessionsTab() {
@BasePage(4) {
@Sessions()
}
}