From 63db0cd07111369e4a5d2088718aeaae923e5198 Mon Sep 17 00:00:00 2001 From: Oliver Steele Date: Wed, 19 Jul 2017 21:23:30 -0400 Subject: [PATCH] Add github.com/osteele/liquid to Template Engines (#1503) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4d4d82be..3fb44f41 100644 --- a/README.md +++ b/README.md @@ -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.