We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
External ref: hyperscript.org
pageData is a window var loaded from the Page struct as json. The following will set the image src on load:
pageData
window
Page
<img _="init set me.src to window.pageData.featured_image" alt="Featured Image">
This allows the use of the page data within static content.