How can I load a different layout other than the main layout when notFound Template is loaded?

Router.configure({
layoutTemplate:‘mainLayout’,
notFoundTemplate: ‘notFound’
});

I want to load full layout when not Found template is loaded.

2 Likes

Are you find solution?