Any Ghost (CMS) experts here? I feel certain I was able to in the past build a template that pul...

Any Ghost (CMS) experts here?

I feel certain I was able to in the past build a template that pulled the content from an existing published page (not post) and could output the content inside the template.

But now I can't find any example code that matches this use-case. And the site I remember doing this on has been retired.

Anybody have any idea?
I'm thinking something along the lines of

{{ #get posts filter="page:true+slug:pagename" }}
landing"}}
{{#foreach posts}}
{{content}}
{{/foreach}}
{{/get}}

Nothing I've tried has worked so far.

#ghost #handlebars