Template Names and Namespace Issue

For convenience and consistency, I’d like to name my blaze templates using dot notation, as in namespace.component, but this seems to throw an error when including templates directly with {{> namespace.component }}. This works fine for templates added via flow router, and its easy to access these from helpers using square bracket notation.

I’ve also seen this in other packages such as easy:search https://github.com/matteodem/meteor-easy-search

Anyone know what’s necessary to get this to work?