package components import ( "go.alanpearce.eu/searchix/internal/index" "strconv" ) templ score(h index.DocumentMatch) { { strconv.FormatFloat(h.Score, 'f', 2, 64) }
			{ h.Expl.String() }
		
}