package main templ list(items []string) {
    for _, item := range items {
  1. { item }
  2. }
}