package web templ HelloForm() { @Base() {
} } templ FoundGames(games []string) { for _, game := range games {

{ game }

} }