The util.go function FunderName is linked via the template.Func map, but seems to be unused.
There is a reference in template.go to funding.Funder which cannot be found in the code. Since funding.Funder appears right next to funding.AwardNumber and there is an AwardNumber function in util.go right next to the FunderName function, funding.Funder should probably be funding.FunderName in template.go.
The util.go function
FunderNameis linked via thetemplate.Funcmap, but seems to be unused.There is a reference in
template.gotofunding.Funderwhich cannot be found in the code. Sincefunding.Funderappears right next tofunding.AwardNumberand there is anAwardNumberfunction in util.go right next to theFunderNamefunction,funding.Fundershould probably befunding.FunderNameintemplate.go.