all_articles
All articles in the store blog.
Directly using the all_blogs object will not output data. It needs to be used in conjunction with get filter.
Example
Get the specified article
Get article object by specifying the blog and article handle in the format: blogHandle/articleHandle.
{{#var article = all_articles | get("news/blog-2") /}}
{{#link_to article.url}}
{{article.title}}
{{/link_to}}
Was this article helpful to you?