Skip to content

enimatek-nl/yandlebars

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yet Another Handlebars for Deno

deno doc

A Deno library to use https://handlebarsjs.com/ in Deno.

Examples

const yandlebars = new Yandlebars({
    baseDir: "views",
    partialDir: "partials",
    extension: ".hbs",
    useCache: true
});

await yandlebars.render("index", {"greeting": "hello"});

Documentation

View it online at doc.deno.land

About

Yet Another Handlebars for Deno

Resources

License

Stars

Watchers

Forks

Packages

No packages published