Is there anyway to have multiple paths setup for views? E.g; ``` plugin.views({ path: [__dirname + "/templates, __dirname + "/../templates"] }); ```
Is there anyway to have multiple paths setup for views?
E.g;