All blogs in the store.
Using this object alone won't produce any output. It must be used with the get filter.
Pass the blog handle to return the corresponding blog object.
{{#var blog = all_blogs | get("news") /}}{{#link_to blog.url}} {{blog.title}}{{/link_to}}