converge/pkg/server/templates/sessions.templ
Erik Brakkee 9a3618f06b Live updates of the sessions.
V1 in ascii-art. To be improved.
2024-07-30 21:51:30 +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()
}
}