1// simok — a minimal live realm on test13. 2package simok 3 4func Render(path string) string { 5 return "# simok\n\n> A minimal gno realm — proof that the daily-dapp deploy path works end to end.\n\n_Live on test13._" 6}