1package test33 2 3import ( 4 "gno.land/p/moul/md" 5) 6 7func Render(path string) string { 8 out := "" 9 out += md.H1("vik000/test33") 10 out += "foo bar 33\n\n" 11 12 return out 13}