[{
title: "My New Post",
body: "This is my first post!"
}]
{{#each this}}
{{title}}
{{/each}}
{
article:[{
title: "My New Post",
body: "This is my first post!"
}]
}
{{#each article}}
{{title}}
{{/each}}
{{#with this}}
{{title}}
{{/with}}
{
title: "My New Post",
body: "This is my first post!"
}