handlebars
handlebars copied to clipboard
Handlebars template engine for Deno
This library seems to only be setup to render view from files. Is there no compile method exposed?
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...
is this not correct layout? ``` $ find . -type f ./views/index.hbs ./views/layouts/main.hbs ./index.ts ``` ``` import { Application, Router, Status } from 'https://deno.land/x/oak/mod.ts' import { Handlebars } from 'https://deno.land/x/handlebars/mod.ts'...
Updated the handlebar js version to the most recent at https://github.com/handlebars-lang/handlebars.js