店铺的所有商品分类。
单独使用该 object 不会产生输出,需配合 get filter 一起使用。
传入分类 handle,返回对应的 collection object。
{{#var collection = all_collections | get("bottom") /}}{{#link_to collection.url}} {{collection.title}}{{/link_to}}