z_ui_0_c_filetest.gno

0.51 Kb · 18 lines
 1// Render default realm view when there are no boards.
 2package main
 3
 4import (
 5	boards2 "gno.land/r/gnoland/boards2/v1"
 6)
 7
 8func main() {
 9	println(boards2.Render(""))
10}
11
12// Output:
13// # Boards
14// [Create Board](/r/gnoland/boards2/v1$help&func=CreateBoard&listed=true&name=) • [List Admin Users](/r/gnoland/boards2/v1:admin-users) • [Help](/r/gnoland/boards2/v1:help)
15//
16// ---
17// ### Currently there are no boards
18// Be the first to [create a new board](/r/gnoland/boards2/v1$help&func=CreateBoard&listed=true&name=) !