package testfor templ render(items []string) { for _, item := range items {
{ item }
} }