package fact import "fmt" templ (p *FactoidPlugin) factIndex() {

Factoid

} templ (p *FactoidPlugin) searchResults(facts []*Factoid) { for _, f := range facts { @p.searchResult(f) }
Fact Tidbit Owner Count
} templ (p *FactoidPlugin) searchResult(fact *Factoid) { { fact.Fact } { fact.Tidbit } { fact.Owner } { fmt.Sprint(fact.Count) } }