FROM

FROM fetches page json from a specified url and makes that object available to other blocks.

We read markup from an existing page and then interpret it anew with more blocks.

FROM expects a slug or site/slug as a way to a page.

FROM fed.wiki/welcome-visitors HELLO

The page json object is written as state.page. See Json Schema