package main func tocAnchorHref(anchor string) string { if anchor == "" { return "#" } return "#" + anchor } templ tocComponent(data TocData) { }