From 538c8822ab35daf938e562fa8532cbebcee37851 Mon Sep 17 00:00:00 2001 From: Ning Sun Date: Fri, 8 May 2015 17:31:45 +0800 Subject: [PATCH] Added handlebars-rust and handlebars-iron --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index cffed20..d5284bb 100644 --- a/README.md +++ b/README.md @@ -217,6 +217,8 @@ Only projects that are stable and useful to users are added. Projects that do no * Mustache * [rustache/rustache](https://github.com/rustache/rustache) — [](https://travis-ci.org/rustache/rustache) * [Stebalien/horrorshow-rs](https://github.com/Stebalien/horrorshow-rs) — compile-time HTML templates [](https://travis-ci.org/Stebalien/horrorshow-rs) +* [sunng87/handlebars-rust](https://github.com/sunng87/handlebars-rust) — Handlebars template engine with inheritance, custom helper support. [](https://travis-ci.org/sunng87/handlebars-rust) +* [sunng87/handlebars-iron](https://github.com/sunng87/handlebars-iron) — [Handlebars-rust](https://github.com/sunng87/handlebars-rust) as an Iron web framework middleware. [](https://travis-ci.org/sunng87/handlebars-iron) ### Testing