Reference properties/frontmatter in note content

Using the Meta Bind plugin …

---
name: World
---
Hello `VIEW[{name}]`!

Using the Formula Forge plugin …

---
name: World
---
Hello `=this.name`!

… should render in reading view as

Hello World!