From 972780ec13ce61a0cb9b7c1e1932c3b7bfe36510 Mon Sep 17 00:00:00 2001 From: Binlogo Date: Tue, 20 Aug 2024 21:10:28 +0800 Subject: [PATCH] Update README - add handlebars-rust in the Wild --- README.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/README.markdown b/README.markdown index ce6efeca..e3c1a693 100644 --- a/README.markdown +++ b/README.markdown @@ -136,6 +136,7 @@ Handlebars in the Wild * [handlebars-helpers](https://github.com/assemble/handlebars-helpers) is an extensive library with 100+ handlebars helpers. * [handlebars-layouts](https://github.com/shannonmoeller/handlebars-layouts) is a set of helpers which implement extensible and embeddable layout blocks as seen in other popular templating languages. * [handlebars-loader](https://github.com/pcardune/handlebars-loader) A handlebars template loader for webpack. +* [handlebars-rust](https://github.com/sunng87/handlebars-rust) Rust templating with Handlebars. * [handlebars-wax](https://github.com/shannonmoeller/handlebars-wax) The missing Handlebars API. Effortless registration of data, partials, helpers, and decorators using file-system globs, modules, and plain-old JavaScript objects. * [hbs](https://github.com/pillarjs/hbs) An Express.js view engine adapter for Handlebars.js, from Don Park. * [html-bundler-webpack-plugin](https://github.com/webdiscus/html-bundler-webpack-plugin) The webpack plugin to compile templates, [supports Handlebars](https://github.com/webdiscus/html-bundler-webpack-plugin#using-template-handlebars).