Shopify 获取当前 collection

Shopify get current collection

我是 Shopify 的新手,现在正在学习。我在 collection 页面上,有没有办法让我获得当前的 collection?例如,我有以下 collections

category 1
    Sub cat 1.1
    Sub cat 1.2
    Sub cat 1.3
category 2
    Sub cat 2.1
    Sub cat 2.2
    Sub cat 2.3
category 3
    Sub cat 3.1
    Sub cat 3.2
    Sub cat 3.3

有什么办法可以输出这个

CURRENT Category is: {{collection.name}}

我想你要找的是{{ collection.title }}

参见Shopify documentation for collection here