Get
Get returns a slot body, or "" when the slot does not exist.
Command
gnokey query vm/qeval -remote "https://rpc.gno.land" -data "gno.land/r/g1747t5m2f08plqjlrjk2q0qld7465hxz8gkx59c/home.Get()"
Result
Package home is zôÖma's profile page on gno.land.
gnoweb renders a profile by calling Render("") on the realm at exactly /r/<namespace>/home, so this path carries no /vN suffix.
The page is assembled from SLOTS: named markdown fragments, one Set transaction each. The slot named "layout" is the template; every :slug: placeholder in it is replaced by the slot of that name, in a single pass. init seeds every slot from content.gno, so the page is complete the block it goes live and later edits are data, not redeploys.
One thing on this page is not written by its owner: visitors can send a heart (<3), one per address, and the page counts them.
Get returns a slot body, or "" when the slot does not exist.
gnokey query vm/qeval -remote "https://rpc.gno.land" -data "gno.land/r/g1747t5m2f08plqjlrjk2q0qld7465hxz8gkx59c/home.Get()"