How can i change notFound layout template

Hello,

I want to change notFound layout template. I define 404 page configuration in Router.configure with below code

Router.configure({
layoutTemplate: “layout”,
loadingTemplate: 'loading’
notFoundTemplate: “notFound”
});

Its working fine it displaying 404 page but with default layout “layout”. I want to change notFound page layoutTemplate