More dynamic routing?

Hello,

I was wondering if it’s possible to use a more dynamic routing in ghost. For example:

collections:
  /blog/{tag}/:
    permalink: /blog/{tag}/{slug}/
    template: posts
    filter: tag:{tag}
    data: tag.{tag}

So if someone visits the path /blog/news/, all posts with the tag “News” should be displayed.

Any suggestions?

Regards,
Marius