all_articles
All articles in the blogs of the store.
Using this object alone won't produce any output. It must be used with the get filter.
Example
Pass parameters in the blogHandle/articleHandle format to return the corresponding article object.
{{#var article = all_articles | get("news/blog-2") /}}
{{#link_to article.url}}
{{article.title}}
{{/link_to}}
Was this article helpful to you?