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> } }