package islands import "fmt" templ HumanSlider(firstNumber int, lastNumber int) {
} templ HumanSliderError(firstNumber int, lastNumber int) {
Invalid Human Sum
} templ HumanSliderSuccess() { } func humanLabel(firstNumber int, lastNumber int) string { return fmt.Sprintf("What is %d + %d?", firstNumber, lastNumber) }