Determine which collection is loaded

Hello! I’m a little new to Ghost and now working on with template. I’d like to add feature filter on default.hbs and make it dependent on which collection is loaded, eg: ‘/’, ‘/main/’, ‘/faq/’.

It there any solution to add compare statement on collection?
Like:

{{#is collection=A}}
  A
{{else}}
  B
{{/is}}