How to include server.views (Render layout) using hapi glue?
Hi All, I'm using hapi js with the handlebar. Right now tried glue plugin but I got the issue on the server.views is not a function but included vision plugin in the manifest regitrations.
Glue.compose(manifest, manifestOptions, (err, server) => {
if...