Coded just how you asked in a bug **Using MAC Monterey 12.6 Deno 1.28.3** ``` import { Application, Router, Status } from 'https://deno.land/x/oak/mod.ts' import { Handlebars } from 'https://deno.land/x/handlebars/mod.ts' const handle = new Handlebars(); console.log(await handle.renderView('index', {})); ``` getting below error IN-MAC-163:ott yreddivari$ deno run --allow-read index.ts Download ⠇ https://deno.land/x/oak/mod.ts Warning Implicitly using latest version (v11.1.0) for https://deno.land/x/oak/mod.ts Download ⠋ https://deno.land/x/oak@v11.1.0/mod.ts Warning Implicitly using latest version (v0.9.0) for https://deno.land/x/handlebars/mod.ts error: Uncaught Error: No such file or directory (os error 2), readdir 'views/partials/' for path "views/partials/"