DEVELOPMENT ENVIRONMENT

~liljamo/emerwen-web

ref: 6363d38d035b8b64a35fd40586ab563f07d46601 emerwen-web/internal/components/index.templ -rw-r--r-- 227 bytes
6363d38dJonni Liljamo feat: gRPC client and fetch basic worker details 3 days ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
package components

templ Index() {
	@Base("emerwen, counting sheep") {
		<div class="flex flex-col gap-2">
			if loggedIn(ctx) {
				<div hx-get="/partials/workers" hx-trigger="load" hx-target="this"></div>
			}
		</div>
	}
}