` + item + `
`))
}
}
w.Write([]byte(`
`))
if len(tmpl_topics_vars.ItemList) != 0 {
for _, item := range tmpl_topics_vars.ItemList {
w.Write([]byte(`
` + item.Title + ` `))
if item.Is_Closed {
w.Write([]byte(`shut
`))
} else {
w.Write([]byte(` `))
}
w.Write([]byte(`
`))
}
} else {
w.Write([]byte(`There aren't any topics yet.
`))
}
w.Write([]byte(`