/r/gnoland/pages/page_partners.gno
package gnopages func init() { path := "partners" title := "Partnerships" body := `### Fund and Grants Program Are you a builder, tinkerer, or researcher? If you’re looking to create awesome dApps, tooling, infrastructure, or smart contract libraries on gno.land, you can apply for a grant. The gno.land Ecosystem Fund and Grants program provides financial contributions for individuals and teams to innovate on the platform. Read more about our Funds and Grants program [here](https://github.com/gnolang/ecosystem-fund-grants). ` _ = b.NewPost("", path, title, body, "2022-05-20T13:17:27Z", nil, nil) }