DEVELOPMENT ENVIRONMENT

~liljamo/emerwen-web

ref: a20635584f23b381e2f025219d48ef23f2f13324 emerwen-web/internal/components/index.templ -rw-r--r-- 176 bytes
a2063558Jonni Liljamo chore: update flake inputs 4 days ago
                                                                                
1
2
3
4
5
6
7
8
9
package components

templ Index() {
	@Base("emerwen, counting sheep") {
		<div class="flex flex-col gap-2">
			<button class="border p-1 w-max">sheep: 0</button>
		</div>
	}
}