package grant import ( "github.com/labstack/echo/v4" "github.com/onsonr/sonr/pkg/nebula/global/styles" "github.com/onsonr/sonr/pkg/nebula/global/ui" ) templ View(c echo.Context) { @styles.Layout("Sonr.ID", true) { @ui.Card("authorize-view", styles.SizeMedium) { @styles.H1("Sonr.ID") @styles.Text("Neo-tree is a file manager for NeoFS.") } } }