Search Apps Documentation Source Content File Folder Download Copy Actions Download

home.gno

0.19 Kb · 9 lines
1package test35
2
3import "gno.land/p/moul/md"
4
5func Render(path string) string {
6	out := "hello36\n\n"
7	out += md.Link("NightSky Network", "/r/nym-vikbez000/nightsky0") + "\n\n"
8	return out
9}