Hey, I’m trying to loop through posts on a static homepage that I have as home.hbs. I’m calling
{{#get "posts"}}
{{#foreach posts}}
<p>meep</p>
{{/foreach}}
{{/get}}
It’s giving me this error:
function asyncError() { return errString; }
You can see this homepage at https://coopermor.ghost.io/
Here’s a screenshot of the code that’s returning that error:
I’m using the most recent version of Ghost 2. Any ideas? Thanks!