// © 2013 the AlePale Authors under the WTFPL. See AUTHORS for the list of authors. package plugins // I hate this, but I'm creating strings of the templates to avoid having to // track where templates reside. var factoidIndex string = ` Factoids
Search for a factoid
{{if .Error}} {{.Error}} {{end}} {{if .Count}} Found {{.Count}} entries. {{end}}
{{if .Entries}}
{{range .Entries}} {{end}}
Trigger Full Text Author # Hits
{{.Trigger}} {{linkify .FullText}} {{.CreatedBy}} {{.AccessCount}}
{{end}} `