I am trying to get the excerpt for promoted_articles, but I get an error not possible to access `article` in `article.body`. Added the code as in the excerpt-helper in the manual.
{{#each promoted_articles}}
{{title}}
{{url}}
{{excerpt article.body characters=100}}
{{/each}}{{title}} and {{url}} work. What am I doing wrong?