From b6c9b906bdf7efc092ec3297338b58d77c50dbe4 Mon Sep 17 00:00:00 2001 From: kud1ing Date: Wed, 27 Jan 2016 12:26:58 +0100 Subject: [PATCH] "Handlebars" subsection --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5fcbe57..3c1d4e7 100644 --- a/README.md +++ b/README.md @@ -457,12 +457,13 @@ See also [http://areweideyet.com/](http://areweideyet.com/) and [Rust and IDEs]( ### Template engine +* Handlebars + * [sunng87/handlebars-rust](https://github.com/sunng87/handlebars-rust) — Handlebars template engine with inheritance, custom helper support. [](https://travis-ci.org/sunng87/handlebars-rust) * HTML * [lfairy/maud](https://github.com/lfairy/maud) — compile-time HTML templates [](https://travis-ci.org/lfairy/maud) * [Stebalien/horrorshow-rs](https://github.com/Stebalien/horrorshow-rs) — compile-time HTML templates [](https://travis-ci.org/Stebalien/horrorshow-rs) * Mustache * [rustache/rustache](https://github.com/rustache/rustache) — [](https://travis-ci.org/rustache/rustache) -* [sunng87/handlebars-rust](https://github.com/sunng87/handlebars-rust) — Handlebars template engine with inheritance, custom helper support. [](https://travis-ci.org/sunng87/handlebars-rust) * [tailhook/marafet](https://github.com/tailhook/marafet) — Compiler for Jade-like template language to cito.js-based virtual dom ### Text processing