`BlazeLayout.render('layout1', { top: "top", main: "singlePost" });` Notice **top: "top"** part Throws `Expected template or null, found: top`
BlazeLayout.render('layout1', { top: "top", main: "singlePost" });Notice top: "top" part
Throws
Expected template or null, found: top