From a0e23d67b4356ac2fb12988fdc82d66b41e4f8e3 Mon Sep 17 00:00:00 2001 From: Maciej Dziardziel Date: Sat, 8 Oct 2016 18:53:39 +0100 Subject: [PATCH] Add ructe and tera template engines --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7bdafc9..330dd62 100644 --- a/README.md +++ b/README.md @@ -676,6 +676,8 @@ See also [About Rust’s Machine Learning Community](https://medium.com/@autumn_ * 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) + * [kaj/ructe](https://github.com/kaj/ructe) - HTML template system for Rust [](https://travis-ci.org/kaj/ructe) + * [Keats/tera](https://github.com/Keats/tera) - template engine based on Jinja2 and the Django template language. [](https://travis-ci.org/Keats/tera) * Mustache * [rustache/rustache](https://github.com/rustache/rustache) — [](https://travis-ci.org/rustache/rustache) * [tailhook/marafet](https://github.com/tailhook/marafet) — Compiler for Jade-like template language to cito.js-based virtual dom