I want all posts on post.hbs but it's not displaying any post list, I want check title with my string and display particular post on post.hbs.
Below code is not working in post.hbs
{{#foreach posts}}
<p>{{content}}</p>
{{/foreach}}`
Its not working on post.hbs page