From eef402e0ecff9ac2970851f6a0462a01b288bcce Mon Sep 17 00:00:00 2001 From: Juan Aguilar Santillana Date: Sun, 18 Aug 2019 20:28:10 +0200 Subject: [PATCH] Update yarte template engine --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0d4cb83..d405523 100644 --- a/README.md +++ b/README.md @@ -1243,7 +1243,7 @@ See also [Are we game yet?](http://arewegameyet.com) * 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) - * [r-iendo/yarte](https://gitlab.com/r-iendo/yarte) — compile-time handlebars-like templates [](https://gitlab.com/r-iendo/yarte/pipelines) + * [botika/yarte](https://github.com/botika/yarte) — Yarte stands for **Y**et **A**nother **R**ust **T**emplate **E**ngine, is the fastest template engine. [![Build Status](https://api.travis-ci.org/botika/yarte.svg?branch=master)](https://travis-ci.org/botika/yarte) * 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)