Add github.com/osteele/liquid to Template Engines (#1503)

This commit is contained in:
Oliver Steele 2017-07-19 21:23:30 -04:00 committed by Avelino
parent 04cf8ce5df
commit 63db0cd071

View File

@ -957,6 +957,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [hero](https://github.com/shiyanhui/hero) Hero is a handy, fast and powerful go template engine.
* [jet](https://github.com/CloudyKit/jet) - Jet template engine
* [kasia.go](https://github.com/ziutek/kasia.go) - Templating system for HTML and other text documents - go implementation.
* [liquid](https://github.com/osteele/liquid) - A Go implementation of Shopify Liquid templates.
* [mustache](https://github.com/hoisie/mustache) - A Go implementation of the Mustache template language.
* [pongo2](https://github.com/flosch/pongo2) - A Django-like template-engine for Go.
* [quicktemplate](https://github.com/valyala/quicktemplate) - Fast, powerful, yet easy to use template engine. Converts templates into Go code and then compiles it.